Questions tagged as 'twitter-bootstrap'

1
answer

How to do a serialize of a certain part of the form?

I have a Togglable tabs and would like to serialize the data only from the current index or the active of the tab. This form is "global" so to speak, and this tabs stays inside, an example of this would be: <form> <div c...
asked by 24.02.2016 / 19:59
1
answer

How to use the bootstrap collapse in this dynamic page?

I have this screen to insert images in the system, the part of the insert works correctly, but I want that when clicking on an image, the edit button appears in the image, and if I click again on that image, this collapse of the bootstrap, and I...
asked by 12.03.2016 / 03:19
1
answer

Dropdown Twitter Bootstrap, being ignored in the Ajax request

Hello, Stack Over Flow community, I am trying to include pages via ajax , but when I click to open dropdown it is ignored and adds the page Index of WampServer how to proceed in these cases? Here I will put an ima...
asked by 13.02.2016 / 13:07
2
answers

col-md-6 is not working in MVC

I created a form using bootstrap.css in the site w3schools.com/bootstrap/tryit.asp with the following code: <div class="container"> <form role="form"> <fieldset> &l...
asked by 09.03.2016 / 19:41
1
answer

How to use a collapsible without an id for the target element?

I'm implementing a spoof bbcode for a phpbb forum, which uses Bootstrap and jQuery in the theme. The code is this: <div class="panel-group"> <div class="panel panel-warning"> <div class="panel-heading"> <h4...
asked by 01.02.2016 / 22:42
1
answer

How to prevent the user from closing a page without sending the form, but without using a dialog?

I have an HTML page that has a form. I need to prevent that after the user completes this form, it click on another button of the page that is not the "Save". I found a script that solved this, but it can easily be circumvented. In this scrip...
asked by 06.01.2016 / 17:57
1
answer

Place items SELECT Mysql Side by Side with Bootstrap

Good afternoon, I'm doing an appointment at a bank for a real estate site. I would like this query to generate real estate side by side, not one below the other. Is there a way to do this using Bootstrap? If not, how can I do it using tabl...
asked by 05.12.2015 / 19:22
1
answer

Print striped table using bootstrap 3 and css3

I have a report in which I have a table with many rows. But when I print the colors of the striped bootstrap table they do not appear in the printout. I can print the colors in the columns, as you can see in: jsfiddle.net/pfdiass/1kvmjwxa/2...
asked by 02.12.2015 / 22:44
1
answer

How to call the bootstrap module in html page in a Node project?

I'm using Node and I've downgraded the bootstrap dependency, but I'm not sure how to call it on the index.html page to use the bootstrap.min.css file , what should I do? I have the following directory structure: ----aprendendo ---- c...
asked by 23.01.2016 / 20:20
1
answer

How to use required in select in form validated by jqBootstrapValidation? [closed]

I'm using the jqBootstrapValidation library to validate forms along with the required and data-validation-required-message properties (displays a custom error message). It's all working correctly but when I use a select...
asked by 28.10.2015 / 03:15