Questions tagged as 'bootstrap-3'

2
answers

How to get button value when firing an event shown.bs.modal

Follow the code: HTML: <button id="meubotao"type="button" value="5">Click Me!</button> JS: $( "#meubotao" ).click(function() { $("#myModal").modal("show"); }); I also have this code below (triggers this event after...
asked by 26.05.2017 / 03:14
1
answer

Navbar bootstrap collapse

I need a navbar customization that is as follows: First, without the collapse, appear this way (this I did and it's very quiet) Then,whenyouhavesmallerscreens,turnon2buttonsandseparatethemenusintoprofileandsearch: TheproblemisthatwhenIcreate...
asked by 20.05.2017 / 21:57
1
answer

Dropdown menu changing footer positioning

When you open the list of options, the footer is affected and has its position changed. Code in the fiddle     
asked by 15.05.2017 / 01:57
1
answer

Delete database record with ajax + spring boot + thymeleaf

Good afternoon! I'm trying to delete an item in my view, which is in a bootstrap table. I'm using thymeleaf + bootstrapno frontend. The idea is to take the id and move to a modal bootstrap window and through the modal delete the record in the ba...
asked by 19.05.2017 / 20:54
1
answer

Align text after choosing an option in select

Hello, Personal, I need a help to align text. I have a select with a list of cities, in this list there are addresses, when we select a city, only information about that city will be shown (Obvio rs), but the problem is that the text is not a...
asked by 02.05.2017 / 13:29
1
answer

PHP text that is changed in the textarea field when exiting the modal, the text does not return to the original, why?

Good Afternoon I'm using Bootstrap's Varying modal content based on trigger button to create a product edit window. link I have a textarea field that is not showing the information, the input field works correctly, onl...
asked by 28.04.2017 / 20:27
1
answer

Different links in Bootstrap

I have a bootstrap lightbox and would like to know how I can whenever I click on a href link it open the content that is in href="" every link? Below my code if anyone can help me. <!DOCTYPE html> <html> <head> <...
asked by 23.04.2017 / 22:03
1
answer

I can not execute jar using exec command in php

When I try to run the system it does not return anything, I do not know what might be wrong, I tried to run another jar and it worked, but msm n does not get any parameters. the finder jar works on the linux command line normally public functi...
asked by 09.04.2017 / 05:52
1
answer

Size of the elements in a responsive page

I'm in a very complicated situation, I've researched in several places and I do not know if I'm researching right, however, my doubt is this: On many sites we have the following composition setting on a page: a header with the site name, a na...
asked by 14.04.2017 / 19:18
2
answers

Call up a form depending on the selected radio inputs

I have two input fields of type radio depending on the combination of choices I want to call a different form for each case, example. <label>SELECIONE UMA OPÇÃO</label> <form> <label><input value="A" name="opcao"...
asked by 21.03.2017 / 15:59