Questions tagged as 'twitter-bootstrap'

1
answer

How do I prevent the jQuery close function from destroying my message container?

When I click the close icon of the error message, the Bootstrap javascript function simply destroys the #msg container that receives the error messages, preventing the next time an error occurs the container does not appear with the messa...
asked by 08.11.2015 / 04:07
1
answer

Move bootstrap window

I'm using the following code to move bootstrap windows: $('#divform').modal({ keyboard: false, show: true }); //Jquery draggable $('#divform').draggable({ handle: ".modal-header" }); That is, I have to make use of explicit jque...
asked by 17.02.2016 / 13:27
1
answer

How to use sweet alert before erasing MySQL rows

I'm trying to use sweet alert to confirm the intention to delete a row from the MySQL table, but I think I'm not sure how to do it. Using alert simple I do this: <a title='Remover linha' class= 'deletrow' href='deletrow.p...
asked by 05.10.2015 / 05:57
1
answer

Checkbox status

Hello, This code does the following, when the checkbox is selected, the table row is added in the table below. If I create the input.checkbox in the hand the code works but does not save its status when using the paging, using the bootstra...
asked by 05.10.2015 / 22:34
1
answer

How to change the position of elementary bootstrap?

I wanted to change the position of elements of a page formed in bootstrap As I present in the following images as I resized the page the [EN] [PT] [ES] buttons change positions and I believe it is through @media in css. My problem is w...
asked by 06.10.2015 / 12:24
1
answer

Refresh table after inserting into the bank AngularJs

I have a modal with a form , I fill in this form and click the save button and the data is saved in the database, however I have to give F5 to update the table. How can I update the table after inserting this data? This is...
asked by 22.09.2015 / 21:37
3
answers

Razor - Send parameters to a modal Bootstrap

I have a list (grid) and want to open a modal bootstrap with details of the chosen line. To build the list I'm using - @foreach , and I store the data in viewbag . The idea is to open the modal window and use the data of viewba...
asked by 30.09.2015 / 07:15
1
answer

Bootstrap 3 | How to leave last column always more right?

I need to leave the last column of my table (which has the glyphs of action) always more to the right: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script><linkhref="https://maxcdn....
asked by 29.08.2015 / 21:55
1
answer

Icons do not stay on the same line

Good morning. I have two icons inside a table and I need them to be on the same line. When the page loads they are aligned: ButwhenInavigatetoanothertabandreturntothistab,theiconslooklikethis: Followmycode:<tdstyle="width:10%; max-height:...
asked by 05.09.2015 / 16:59
1
answer

Bootstrap - btn-group-justified

I wanted to load the page with one of the "selected" (on) buttons, as if it were a Radion-Button. As if it were a "selected". Does anyone know how to do it?     
asked by 11.09.2015 / 22:36