Questions tagged as 'bootstrap'

1
answer

Insert after a Form-Group

The following code causes my new element to be inserted after the input element: .validate({ errorPlacement: function (error, element) { element.after(error); }, I mean, I have this HTML code: <link href="https://maxcdn.bootstrap...
asked by 20.09.2017 / 18:15
1
answer

Show selected objects in a modal with jQuery

I am doing an exercise in which you must select the months you want to pay by selecting the corresponding checkbox. The table is generated from a query to the database. Therefore, this can have one or several records so I do not know how to assi...
asked by 07.09.2017 / 07:00
1
answer

View value in modal window with asp.net vb.net and boostrap

I want to open a modal window with boostrap in asp.net but that I change the value of a label that is in the body of the modal for that I do this ASP.net <!-- Button trigger modal --> <button type="button" cl...
asked by 28.07.2017 / 06:23
1
answer

Use form that corresponds to another controller

Context Form is created through command $ rails g scaffold Cotizacion Template installed from link Objective and problem The idea is to integrate the form new , which creates a new quote to the bootstrap template. Un...
asked by 21.07.2017 / 20:12
1
answer

Problem is absolute bootstrap positioning

I have two rows in bootstrap. In the first row a cabbage with an image with absolute but responsive position. The problem is that the second row is superimposed on the image. How do I make the height of the div containing the image responsive...
asked by 23.05.2017 / 07:44
1
answer

Change the values of slider and refresh?

I'm trying to create a dynamic range bar that changes value by doing click on a button, var slider1 = new Slider("#ex1"); slider1.options.min = 20; slider1.setValue(50); slider1.slider('refresh'); <input id="ex1" data-slider-id='e...
asked by 26.06.2017 / 19:40
2
answers

How to display 1 million rows using bootstrap-table.js

I am showing a table using Bootstrap-table.js, with 10000 records it works but when I try to show more records (1 million), it tries to load and at the end it ends and it does not show. The table has the following options defined: data-too...
asked by 12.04.2017 / 22:06
0
answers

Error in Laravel login in navbar made with bootstrap

I have a navbar that I made with bootstrap so that anyone can log into any part of the application in the navbar but I have an error that is driving me crazy and it is that it does not let me login with the dropdown I did for the login and I giv...
asked by 29.03.2017 / 03:03
3
answers

Align horizontally on opposite sides buttons with bootstrap

I have a form in which you can perform three actions: Enter employee, cancel and Save. I use bootstrap to create the form and the buttons as I show in the image The problem is that I would like the three buttons aligned horizontally...
asked by 31.03.2017 / 19:22
1
answer

How to call a woocommerce variable to another php file?

Good morning, I have the following code in functions.php : include('popup.php'); add_action( 'woocommerce_single_product_summary', 'boton_sub_producto_single', 6 ); function boton_sub_producto_single() { global $product;...
asked by 08.07.2017 / 18:37