Questions tagged as 'bootstrap'

1
answer

Show typeahead dropdown on table-responsive

This is the code I have. The problem is that the dropdown of the typeahead plugin is hidden in the div that has the table-responsive class. Can somebody help me? Thank you in advance. <!DOCTYPE html> <html> <head>...
asked by 06.09.2016 / 08:34
3
answers

Trigger events in modal window

I have a modal window made with bootstrap, inside I have a form and I try to send that form to another file to process the information but the button does not do anything, I realized that the button to close the modal window has an attribute cal...
asked by 09.06.2016 / 17:30
2
answers

Modal of bootstrap does not show its corresponding content using CodeIgniter

Situation: I have the following view in CodeIgniter that shows a table with users, one of the fields of each user is the "Edit" option, which when clicked on it opens a modal in which the user fields can be modified , but in this cas...
asked by 12.08.2016 / 14:11
1
answer

Bootstrap slider (carousel) in wordpress

I was optimizing the web but I realized that the plugin I used for the page slider slowed it down a lot (and made it weigh a lot more) so since I'm using bootstrap, I decided to make a new one with code. The problem is that it shows absolutely n...
asked by 31.05.2016 / 12:46
2
answers

Sort the elements of a navbar

How can I place the elements of a navbar as they are placed correctly and that the last element is at the end of navbar ? There is a gap between the last element and the end of navbar and it does not look very good. This i...
asked by 06.04.2016 / 04:40
2
answers

Connect Bootstrap carousel with database in VB.NET

I'm trying to link a database with a Bootstrap carousel. The carousel code I am using is the basic one, which is on the Bootstrap documentation page . So far I've only been able to run the carousel with images that I have in a folder but I h...
asked by 29.01.2016 / 23:14
2
answers

get modal window textbox in a new one

Does anyone know how to get the value of a text box from a modal window in another new modal window? I have a modal window that has two buttons, I also have a key value in a textbox that I need to recover in another modal window to process th...
asked by 23.02.2016 / 23:21
1
answer

center table-cell

I am trying to center two text areas on a form, however the bootstrap . Does anyone know how I can center them with the display:table that the bootstrap adds? .input-group { text-align: center; } <link href="htt...
asked by 13.07.2016 / 17:18
1
answer

How to pass data from one class to another in javascript using addEventListener or observer pattern?

I have a web page of a form in which I have some components placed with Bootstrap. I have a component that is a bar that as I fill in the questions on a form, the bar should grow. For that I have a class made called a bar and another called a...
asked by 31.12.2018 / 19:17
1
answer

About containers in Bootstrap 4 [closed]

I am new to Bootstrap 4. I have read the documentation and thought that everything in Bootstrap has to have a container, and within this rows where you can put the column system. But then I find elements like the Nav and I see that they do no...
asked by 12.12.2018 / 09:55