Questions tagged as 'bootstrap'

1
answer

navbar looks different in Chrome and Firefox

I develop a Responsive web app with Bootstrap and it is displayed differently in Chrome; I tested in IExplorer and Mozilla and it looks correctly, I checked for errors in Chrome with Alt + Shift + I and it does not show any <div class...
asked by 23.08.2017 / 18:53
2
answers

Inheritance css in navbar boostrap

I need to be able to make a style that makes hover on li of navbar : <div class="container"> <nav class="navbar navbar-default navar-fixed-top"> <div class="navbar-header"> <button class="na...
asked by 08.08.2017 / 16:13
2
answers

Problem with bootstrap table

Good I have a problem of css in a bootstrap table when filled with several characters the column Diagnostic columns are dates are made smaller so they show the cut dates need that the columns with date remain static without shrinking so your dat...
asked by 04.08.2017 / 02:24
1
answer

Live search in selectpicker of bootstrap 4

I am using bootstrap 4 in an application and I need to implement a search on some of the select. This is the way the select are: <select class="form-control selectpicker" id="mySelect1"> <option value="0">No Selected</opt...
asked by 25.07.2017 / 20:06
1
answer

Why does not the map load me?

A big hello. I have a problem, I do not load the map on the website, what should I do? Thank you very much. <!-- Add Google Maps --> <div id="googleMap" style="width:100%;height:400px"></div> <script>...
asked by 05.09.2017 / 19:59
2
answers

Why do you mark error in jquery validate plugin?

The plugin de editable I want to apply in the following table <!-- TABLA DETALLES PRODUCTOS --> <div class="col-md-12"> <table id="TableProducts" class="table table-bordered table-responsive"> <thead> <tr clas...
asked by 18.07.2017 / 17:19
3
answers

Changes to my template are not made after editing the css.min with bootstrap [duplicated]

I would like you to help me with a little problem that I have, it is good that I download a template with html5 that uses bootstrap , but my problem is that when editing the file css.min to modify some details, the change is made I observe...
asked by 24.07.2017 / 07:35
1
answer

Error with bootstrap-table

I try to give the Bootstrap-table style to a table, but I mark the following error and I do not know why, if in other tables it works: Uncaught TypeError: Cannot read property 'field' of undefined at HTMLTableCellElement.<anonymous>...
asked by 22.08.2017 / 00:57
1
answer

Print just one HTML element with the keyup event in a form

I am creating a form in which I will evaluate if the passwords match correctly. I am using the keyup event and it works 'half' because every time the passwords do not match, the element is added back to the DOM. $('#buttonContinueSetting...
asked by 29.06.2017 / 18:11
1
answer

Put a cell in red from a td with a dynamically created class?

I am creating the body of a table dynamically by jquery, in the td I assign the red class to put the color of the cell in red in the css I apply: .rojo{ border-width: 1px; border-color:red; } function imprimirDatos(div, item) {...
asked by 17.06.2017 / 00:19