Questions tagged as 'bootstrap'

1
answer

How can I vertically align a div content with bootstrap 3?

If you observe the example in a resolution of 1024p you can see how the text of label is extended and the select stuck to the top of the div that corresponds to the. Here's the example of my form : <script src="...
asked by 11.02.2017 / 06:10
2
answers

JQuery does not work in a js file

My problem is that I can not use jquery in my js files, even though it is already integrated in html and even works with bootstrap. Try including JQuery before and after the JS but it is not solved. class User { contructor(name,pass){...
asked by 08.02.2017 / 02:56
1
answer

How to eliminate edge space with bootstrap?

I am trying to login with bootstrap and I had a problem with the edges, when I try to insert a border in the form, an additional space is added and the header of my form overlaps, I attach the image for better clarity. Then the h...
asked by 31.08.2016 / 09:09
2
answers

How to validate the number of digits entered in an input type number?

I am using bootstrap jvalidator but I can not validate the number of digits entered in an input type number <div class="form-group"> <label class="col-sm-2 control-label coLor-letter" for="textinput">No Vin</label> &l...
asked by 04.08.2016 / 08:12
2
answers

Print tag html + bootstrap

I have the following box I want to print: Print function: //Imprimir $(document).on('click', '.imprimirDocumento', function() { var divToPrint = document.getElementById('impresion'); var newWin = window.open('', 'P...
asked by 23.02.2018 / 02:42
4
answers

problems when validating form

I have a form that sends information to another web page to do an operation on a DB, but I am trying to validate the form first so that it does not send empty fields to the DB, the validation I already have but I could not do to validate first a...
asked by 22.03.2016 / 17:30
3
answers

count Saturday and Sunday in a range of dates with datapicker

How can I know when Saturdays and Sundays are in a range of dates? 01-01-2017 & 01-20-2017 (for example), knowing that datapicker (bootstrap) has a taking arrangement = > Sunday [0] [Monday [1] Tuesday [2] Wednesday [3] Thursday [4]...
asked by 24.02.2017 / 16:58
2
answers

Position a radio button with image side by side within modal

I am not able to solve the problem in which a radiobutton appears below the other. I want to place it to the right of the first one inside the modal. This is how it appears to me: And here is the HTML of that part: <div...
asked by 29.11.2018 / 16:07
2
answers

How to create an unordered list with a point at the beginning of each new line?

Hello I am creating a document and some section I want it to be as I show below, a list of several paragraphs, which have tabulation with respect to the rest of the text of the page leaving space to the left in all the paragraph of the list and...
asked by 28.11.2018 / 11:33
3
answers

Change color of a DIV with PHP

Good, I have a div in Bootstrap in blue and a% code in%. I would like to change the color of PHP automatically to red if the content is less than div . <div class="col-lg-3 col-md-6"> <div class='&l...
asked by 16.03.2016 / 13:27