Questions tagged as 'bootstrap'

2
answers

Show progress bar with values while loading subpage

I have a preload or progress that I show before being redirected to another page. What I want is that while it is loading to open another page, the div of the progress is increasing up to 100%, as well as a numerical value (n / 100). I cur...
asked by 12.02.2016 / 01:53
1
answer

Replace an html tag with jquery

When initially the website opens, a bootstrap modal appears asking to filter date. The date is filtered (example: April 2016). Click on the ACCEPT button and the magic happens, the server throws me the data to fill a whole dashboard from head...
asked by 29.09.2016 / 17:42
6
answers

Add 2 inputs side by side in the same column

I'm putting together a form in Bootstrap, and I want 2 inputs in the same row and column, side by side. I tried the class input-group , with which I could add buttons and labels to the inputs, but when I put 2 inputs within a input-g...
asked by 18.02.2016 / 15:10
4
answers

How can I align some components of a bootstrap3 navbar to the left and others to the right?

Starting from a navbar of Bootstrap standard we need that some buttons or links are aligned to the left, others to the center (for example: our icon brand ) and others to the right. This was the first thing I tried to do:...
asked by 17.12.2015 / 16:43
5
answers

I can not center HTML form elements

I'm with something simple, but for some reason I can not achieve it. As the title says, I can not center the elements of an HTML form. I wanted to see if they could give me a hand. Here the code: <body> <object id="header" data="h...
asked by 03.10.2016 / 20:22
1
answer

How can I create disorganized bootstrap columns?

I would like to create something like this: link But I would like to create it using bootstrap to make it responsive, the problem is that the columns have different sizes and do not go linear like when you work the columns in boot...
asked by 06.02.2016 / 13:36
2
answers

Carousel Boopstrap with different intervals for each slide

Hello, I am doing a banner with the carousel that comes in boopstrap, the requirements indicate that each slide should last a certain time and that when I put the mouse on one of the slides it should pause. HTML: <div id="carousel-pu...
asked by 07.02.2016 / 23:38
1
answer

How do I close a modal with bootstrap 4 in Angular?

Using - > this library < < - : Example of my modal : <ng-template #content let-modal> <div class="modal-header"> <h4 class="modal-title" id="modal-basic-title">Crear</h4> <button type="bu...
asked by 21.09.2018 / 21:50
2
answers

Center Section Boostrap

Currently I have the following Form <section class="contact bg-primary" id="contact"> <form id="main-contact-form" class="contact-form" name="contact-form" action="enviar.php" method="POST"> <div class="col-sm-5 col...
asked by 14.03.2018 / 18:33
5
answers

How to refresh a datatable and not the entire window?

I am developing a project with bootstrap, php pdo and mysql, I have a datatable that reads from mysql, I have a button that says "New Revenue", it already makes the entry but I want to refresh or update the datatable so that it loads the new dat...
asked by 02.10.2016 / 02:42