Questions tagged as 'bootstrap'

2
answers

Class css is not applied when there is an input in focus with jquery

I have an input I am using bootstrap 3 for css <form> <div class="row"> <div class="form-group col-md-6"> <label>Número de Filas:</label> <input type="text" id="no_filasVal" class="form-control">...
asked by 05.12.2018 / 21:33
0
answers

Replace put value in modal input bootstrap

I want to replace the way to put the value in an input to a Bootstrap modal window by Jquery, the traditional way is as follows: $("#miModalId #MiInputID").val(MiValor); said code I want to do only with pure Javascript, the code of Jquery w...
asked by 03.12.2018 / 17:22
0
answers

Uncaught TypeError: Can not set property 'innerHTML' of null when closing modal boostrap

I have an error generated by console that is Uncaught TypeError: Can not set property 'innerHTML' of null. This error occurs when closing a modal window, which contains a counter that is generated through datetime from the database. Previously t...
asked by 02.12.2018 / 02:44
0
answers

Print in a pdf image a database field

<button class="col-xs-12 col-sm-3 col-md-3 col-lg-3 btn btn-success"> <a target="blank" href="IIICERTIFICADO.pdf" >Imprimir Certificado</a> </button>    Good morning, I would like you to guide me in this doubt. I want...
asked by 03.12.2018 / 18:47
0
answers

change menu color with scroll spy

how to use scroll-spy to change the background classes of the nav, but without necessarily declaring that the change works because the menu does not have all the sections of the page. and especially how to make one of those changes by just going...
asked by 29.11.2018 / 13:22
0
answers

Bootstrap compatibility in IE!

A app web is being developed, the tests and others were done in chrome , and everything works perfectly. But when you try it in Internet Explorer which is the official browser of the company, it does not work. This is the...
asked by 23.11.2018 / 23:25
0
answers

Problem with bootstrap modal window

When I open a modal window with bootstrap I see a white box behind this window, how can I remove this? I'm using the Bootstrap 3.3.6 library link "     link     link <div class="modal fade" id="miModal0" tabindex="-1" role="dialog...
asked by 24.11.2018 / 21:08
0
answers

Clear fields marked by has-error

I have a form where when wanting to register, send an alert marking the outline of the fields in red in addition to displaying a message, all this created by the class has-error . This is the code I use to do the above said. $("...
asked by 27.11.2018 / 23:13
0
answers

WebView Java does not load Bootstrap style

I have made a Web in Java EE and incorporated Bootstrap styles. Here you can see the files I use. I made a Webview a long time ago and everything worked fine showing me what it looks like in the browser, I had to format the comput...
asked by 20.11.2018 / 22:15
1
answer

Bootstrap carrousel can not find my image

Hello friends I do not know why my bootstrap carrousel does not include my images, in the developer tools I can see that I am referencing the images well if they arrive, but it does not show them to me, could someone tell me if I'm doing somethi...
asked by 16.11.2018 / 19:51