Questions tagged as 'bootstrap-3'

1
answer

Alignment of objects with Bootstrap

I can not understand why the Customers label is larger than the Order label, with 2 being defined with the same size. <div id="accordion-opcoes"> <div class="panel box"> <div class="box-header with-border"> <h4 class="b...
asked by 09.03.2017 / 15:03
2
answers

How to go back to the previous mode in Bootstrap

I'm in a modal, I want to click a button and go back to the previous modal in Bootstrap + Javascript.     
asked by 21.02.2017 / 18:15
1
answer

Problem Spring MVC + Maven + Bootstrap

Good morning. I'm trying to put bootstrap in the index of my application but I'm not getting it, the index does not read the CSS. I searched the internet and from what I understood, the css should stay within the following structure, src / main...
asked by 06.03.2017 / 16:48
1
answer

How to pass parameter to modal, consult Mysql and give html return

I am trying to pass a variable to a modal, perform a query to give a return on html , as the data will come in a formatted table. I tried some suggestions as alternatives, but I'm having trouble making the thing work, I have this line that...
asked by 06.02.2017 / 14:35
1
answer

How to make 3d div responsive with bootstrap? as if it had left the div?

I need the site to be responsive. I'm using bootstrap. Just the way it looks in the image below: ->myHTMLcode<-<divclass="col-sm-4 "> <div class=""> <img class="img-respo...
asked by 16.03.2017 / 22:54
1
answer

Problem with php code to send simultaneous messages to the database!

I am trying to create a code to send messages between the users of a system in php, the problem and that I can send the message from one user to another but I would like it to be possible to send to all users, one, the same message without havin...
asked by 22.02.2017 / 15:35
1
answer

Receive modal id to delete record

I have a page called produtos.php , where all products in my database are ready, each product is in a table and each has its details button, edit and delete, I can pass the id for my delete button but I can not get it in modal . moda...
asked by 05.01.2017 / 19:37
1
answer

Jquery Validate - Check at least 1 checkbox true

I use bootstrap toogle for this example: link I have 4 checkboxes, one of them should be true. How to do this with jquery validate? Follow the code below: <label for="checkbox[]" generated="true"></label> <label class...
asked by 17.01.2017 / 20:17
1
answer

Error when using two dropdown menus

I have two menus and when I click on 1 the 2 are triggered. How should I resolve this? <div class="row"> <div class="btn btn-group pull-right"> <!-- Inicio Menu DropDown -->...
asked by 30.11.2016 / 17:29
4
answers

modal boostrap opens and closes alone

I have a problem with my bootstrap modal. It is as simple as possible, I took the example from the bootstrap site itself to test it however when I click the button, it opens and closes immediately afterwards <button type="button" class="btn...
asked by 23.12.2016 / 19:01