Questions tagged as 'bootstrap'

1
answer

Align form Bootstrap TextArea

As I can organize my form, I am using bootstrap but I can not organize the description field which is a textarea below the other two inputtext This is the code I'm using <form> <div class="form-row"> &l...
asked by 12.03.2018 / 04:36
2
answers

Place two div side by side

How can I place these two div side by side? The one on the left occupies 15% and the one on the right 84% .container { width: 99.5%; height: 100px; } <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstra...
asked by 17.04.2018 / 09:49
2
answers

Error without solution Responsive background with boostrap

I have a page to which I put a background with CSS, and adapt it so that it looks 100% wide and long. When you include text on it and see it on a cell phone, it gets out of hand. I copy part of the code HTML <section id="banner">...
asked by 15.08.2016 / 03:05
1
answer

modal window does not scroll

I am using bootstrap to make modal windows but when loaded a lot of content can not be downloaded with the scroll to see the other information because the scroll is hidden automatically when I open my modal, that is, it remains static, I use the...
asked by 29.02.2016 / 18:40
2
answers

Generate TreeView with Json

I'm generating a TreeView with a Json, the library I'm using is bootstrap-treeview.js. The structure of the Json that I receive is the following: data = [{ "Nivel": 0, "NombrePuesto": "Coordinador" }, { "Nivel": 1, "Nom...
asked by 05.04.2018 / 01:08
2
answers

How to validate start date is less than end date Datepicker Boostrap

Good I'm doing a reservation system (I'm new to this). The only problem I have so far is that it does not validate that the "end" date is greater than the start date. Can anybody help me? I know it's simple but I'm learning HTML <input typ...
asked by 14.03.2018 / 01:13
1
answer

Tables in BOOTSTRAP 3

I need the nested column in row two to cover the entire column My code is this: <div class="container"> <div class="row"> <!-- FILA 1--> <div class="col-md-12"> <h1>Prueba...
asked by 18.04.2017 / 21:38
1
answer

Apply event to DatetimePicker when clicking on a date

Good afternoon, I'm using the DatetimePicker plugin and I'm trying to apply an event when a date is pressed, for example, when selecting a date automatically, an alert is generated. I have dealt with the onclick event but I can not get it to wor...
asked by 02.05.2017 / 17:11
2
answers

Columns with the same height in Bootstrap

I have some columns each with a content, however as some have more content than others are higher and in general it looks ugly, is there any way to equal them all so they have the same height? I tried to class them that was height:100% bu...
asked by 31.01.2017 / 18:52
1
answer

Open a modal bootstrap window with JavaScript [closed]

I have a function in JavaScript that validates data. The problem is that it uses alerts to warn when data is badly loaded. What I want to do is show Bootstrap modal windows to see the error. This is what I did, which does not work: v...
asked by 11.01.2017 / 16:05