Questions tagged as 'bootstrap'

2
answers

I can not adjust my carousel in bootstrap 4

I have a problem with the bootstrap carousel 4, I can not adjust it, I do not have so much knowledge in css, if someone can guide me I appreciate it. I'll leave fragment of the code. <div id="recipeCarousel" class="carousel slide w-100"...
asked by 20.07.2018 / 08:26
1
answer

Identify which document belongs Js Css element

Pleased to meet you, I am working on a platform which has an element (select option) bootstrap that "inspect" shows me the item you want to change but I'm not sure that this document is. When I look at the source, I only see the css and styl...
asked by 17.07.2018 / 18:37
1
answer

Interaction and filling of fields with 2 select

I'm doing a fill-in form with two selections, but I want the second option to come up depending on the result of what I've selected in the first one, so it's going to be: <div class="form-group"> <label>Categoria: </label>...
asked by 17.07.2018 / 02:34
0
answers

DEPENDENT SELECTS WITH CLASS="chosen-select"

I am trying to make a form with dependent dropdown, but the problem is when I go from select 1 to select 2 that has the class "chosen-select", it does not show me the data in this dropdown , but if I change the class to this dropdown and put i...
asked by 17.07.2018 / 05:51
2
answers

How to reset two calendar type fields to the current date?

I have a form with 4 fields of type text and with two fields of calendar type that when loading the page they show the current date by default, and a button to clean, what I want to do is that by clicking on the button clean the text fields and...
asked by 18.07.2018 / 06:14
1
answer

Datatable in PHP mysql modal

Hi, I have 2 problems, the first one corresponds to the fact that I load the data of a query to mysql in a table, the table is in a boostrap modal, but it does not load the table as datatable but as a common table without the possibility that ca...
asked by 12.07.2018 / 15:30
1
answer

How to align one object to the left and another to the center in bootstrap with d-flex?

It turns out that I'm doing a header with bootsrap and I have to put two elements in it, one that is a button that displays a sidebar and another that is the title. the button must be aligned to the left which I achieve, but the problem arises w...
asked by 10.07.2018 / 01:23
2
answers

how to print div side by side with a foreach?

I have the following problem. I have this php code function consultPro() { $db=Conexion::conectar(); $sql=$db->query("SELECT producto.id_producto, producto.nombre, producto.id_categoria, datos_producto.precio, datos_product...
asked by 16.07.2018 / 02:30
1
answer

Ng-bind-html and data-toggle="modal" do not work

My project consists of creating sun elements from js, for this I use angular and its function ng-bind-html, the ng-bind-html serves me in all cases except this one. I want to add the following tag when adding a text. <a data-toggle="moda...
asked by 09.07.2018 / 17:32
0
answers

Convert html elements with fixed dimension in percentage

If for example I have these 2 elements DIV with width and height fixed <div style="background-color:red; width:1440px; height:400px"></div> <div style="background-color:blue; width:1440px; height:400px"></div>...
asked by 08.07.2018 / 19:44