Questions tagged as 'bootstrap'

2
answers

Get the value of a dropdown with Bootstrap optgroup in ASP.NET

Does anyone know how to get the values of a dropdown of Bootstrap with optgroup in ASP.NET ? I attach a reference image If I put the dropdown attribute: runat="server" , to have it in the backend, I get the error...
asked by 22.01.2016 / 23:52
3
answers

Modal of Bootstrap does not open

Good, I have looked for possible solutions but with them I can not solve the problem. I try to open a modal window with Bootstrap but that does not open when I press the button. <form class="form-inline"> <button ty...
asked by 16.08.2016 / 20:48
2
answers

Scrolling effect in a column

I am programming a web page with Bootstrap and on one of the pages I have a two-column structure. On the right I have an image or several and on the left a text that is the description of the image. What I want to achieve is that when I scroll d...
asked by 27.06.2016 / 11:39
1
answer

How to disable a boostrap dropdown menu?

I have the following method in the start controller that directs me to the menu screen @RequestMapping(value= "/menu", method= RequestMethod.GET) public String mostrarMenu(){ return "/menu"; } this is the jsp of the menu...
asked by 04.09.2018 / 06:36
1
answer

How can I replace the JavaScript alert message by text with the error using jquery [duplicated]

I need to replace the alert by inserting the error text, and not display that text and / or delete it when there is no error in the data entered. [ $(document).ready(function() { $("button").on("click", function() {...
asked by 13.05.2018 / 18:04
1
answer

Create a new table if the date is not the same

I'm going through a foreach and the data I load into a table, but I want to load the data in different table views depending on the fecha example if the variable fecha='11-11-2017' there are 3 fields that load that data there and i...
asked by 28.06.2018 / 19:37
1
answer

Place buttons horizontally with bootstrap

Good morning, I have 3 buttons which I want to be shown in a desktop browser like chrome, the 3 in horizontal line but not so separated from each other since if I apply the class col of separation 4 for each div that are inside the div row, t...
asked by 01.06.2018 / 18:47
1
answer

Popover with Bootstrap

I have the following code, (Only Html and Js) I can not make the POPOVER of Bootstrap work within the application itself, placing a button from the outside if it works but within the application it does not work and I have almost a week and I do...
asked by 05.04.2018 / 00:49
1
answer

How to specify the menu that would display the button with Dropdown class of Bootstrap?

I'm doing a YouTube project and I'm creating the buttons that appear when I upload the video and I have two menus that will be shown when I click on each of them, the problem is that by clicking on the "btn-" button opc "shows me the same menu a...
asked by 05.04.2018 / 05:14
1
answer

How to define the width of a table and its th? so they look the same in Google Chrome and Firefox

I'm doing a project where I show different tables and I want to define the width of the tables and their th, in Google Chrome it works correctly but when I try it in Firefox I do not take into account the width of the table <link rel=...
asked by 02.04.2018 / 20:10