Most voted "twitter-bootstrap" questions
Bootstrap is a front-end (client) framework, created by Twitter, designed to serve as the basis for developing web applications and websites. Use the tag "twitter-bootstrap" and NOT "bootstrap" to ask a question about this framework. Also use the more specific tag if the question refers to something unique to a related version or technology.
Learn more…1,437 questions
Sort by count of
-
1
votes2
answers73
viewsjquery selector for a single cell of a "table" made with bootstrap
Simple question, but I can’t find a way to do it. I need to replace a value within one of the "cells" of each row in this table. Follows the code (extensive but simple): <div class="col s12">…
-
1
votes3
answers4070
viewsLine Breaking Problems in Bootstrap
I’m having trouble breaking bootstrap lines. I need to leave my logo, an image, followed by a label, without breaking the line. However, using the form-control class of boostrap.min.css the line is…
-
1
votes1
answer291
viewsResponsive bootstrap
I have a model on the Internet that tested its responsiveness. As I decrease the width, the menu is also decreasing and getting in perfect condition. This "perfection" is up to 760px. When I do this…
-
1
votes1
answer33
viewsGrid Bootstrap working
because using it works: col-3 col-md-3 And that way it doesn’t work col-sm-3 col-md-3 The first form is correct?
twitter-bootstrapasked 6 years, 1 month ago user120469 -
1
votes1
answer129
viewsHow to prevent jQuery’s close function from destroying my message container?
When I click the close icon of the error message, the Bootstrap javascript function simply destroys the container #msg receiving error messages preventing the next time an error occurs the container…
-
1
votes1
answer972
viewsHow to load javascript correctly dynamically
I have two pages called header.html and footer.html. They are included on all pages via javascript. For the header to work properly and the menu to open when I pass the mouse I use the…
-
1
votes2
answers983
viewsLeave Input next to Label
How to align inputs with the label Good afternoon, I have a dynamic form, it is done using Bootstrap and the inputs/Labels is according to the database data, everything is correct, but in the inputs…
-
1
votes2
answers80
viewsDiv is not aligning CSS
I need to align this div that is misaligned as the image below: Note: I want to line up side by side, because the top div is misaligned, because of the larger text - I’m wearing a bootstrap. CSS:…
-
1
votes0
answers54
viewsScrollspy does not work
Scrollspy is not working, I would like you to change the class of each navbar item when the user goes through a specific Service, I did all the recommended imports in the documentation and it still…
-
1
votes1
answer4177
viewsHow to make a floating menu and change style as the scroll moves?
How to make the sliding fixed menu with scrolling as the site: https://bootstrapmade.com/demo/BizPage/ Note that when you scroll down the menu background changes to black.…
-
1
votes0
answers227
viewsBootstrap 4.2.1 - Collected Navbar does not fill the entire width of the screen
Basically my problem is that when I have mine navbar collected, the list items do not fill the entire width of the screen. I tried many things, but I cannot find the solution. Code /*…
-
1
votes1
answer704
viewsHelp with Boostrap 4 side panel overlaying content
Good afternoon. I am creating a project in Aspnet Core 2.1 with boostrap 4, I added a left side menu, but it is getting above the content of my project as the print below: I would like help so that…
-
1
votes1
answer205
viewsGithub doesn’t climb my site properly with Bootstrap 4
Good evening guys, I’m trying to get my site up on GITHUB that I’m working on for studies, but it’s not working properly it seems that the Bootstrap and CSS settings don’t work when I mirror it with…
-
1
votes1
answer122
viewsDisable Collapse bootstrap v4 Standard 5.5
all right? For this my doubt, I already found solution for bootstrap 3 but for 4 no. I searched several pages, here in the stack, I tried to modify the css and nothing. Anyone can help?…
-
1
votes1
answer25
viewsDoes Bootstrap 3 feature exist?
Is there this feature in Bootstrap 3? I did not find and I find so frequent the use in websites.…
-
1
votes1
answer456
viewsPutting effect in text box
My person doubt is more theoretical, I would like to know what is the name of the effect that we give when the input rece focus the name that is inside the box it goes to the top. The feeling I have…
-
1
votes1
answer435
viewsImprint striped table using bootstrap 3 and css3
I have a report in which I have a table with many lines. But when I have the colors of the bootstrap striped table printed they don’t appear in the print. I can print the colors on the columns, as…
-
1
votes1
answer87
viewsHow to make Bootstrap 4 look like Bootstrap 3?
Assuming I’m using Bootstrap 3 in a project and want to upgrade it to version 4, but keeping the look of Bootstrap 3 (buttons with gradients, shadows, etc). Is there any way to do this the easy way?…
-
1
votes1
answer127
viewsSpacing between grids and image pasted on the card
How do I give a spacing between text and accordion: Follow the code: https://codepen.io/ludieverson/pen/vMqVXv <link rel="stylesheet" type="text/css" media="screen"…
-
1
votes1
answer60
viewsCreate different z-index grid divisions?
It is possible to create grid division on a different z index ? Let’s say I have a row and a column as follows: <div class="row"> <div col-md-6> </div> <div col-md-6>…
-
1
votes1
answer21
viewsCentrar Heading
I have an Heading with bootstrap Display-4 class inside a Jumbotron and I’m not getting to center just this Heading, thank you. <div class="jumbotron mt-5 pt-4"> <h1 class="display-4…
-
1
votes1
answer812
viewsHow to create a sub submenu using bootstrap megamenu
Does anyone know how to create a sub-menu with megamenus? Thank you .navbar-default { color: #fff; background-color: #39b3d7; border-color: #269abc; } .navbar-default .navbar-nav > li > a {…
-
1
votes1
answer944
viewsPlace SELECT Mysql Items Side by Side with Bootstrap
Good afternoon, I am making a consultation in a bank, for a real estate site. I would like this query to generate the properties side by side, and not one below the other. Is there a way to do this…
-
1
votes1
answer156
viewsI got a div that’s not working
Has 2 Div with the parameter Container the problem is that the second is working and applying normally the CSS, but the first one doesn’t work. I’ve already moved the lock but it didn’t help.…
-
1
votes1
answer445
viewsHow to make a modal fire and stay at the bottom/bottom of the page?
Modal by default shoots from top to top. I want to do the reverse. Let him shoot from the bottom and stay there (at the bottom/footer/footer). I changed his top, but in mobile the positioning is…
-
1
votes1
answer191
viewsValidation of Javascript Payment
Good afternoon! I am developing an online payment page for a travel agency project and would like to put a validation to see if the person has put the right information. But I did javascript and the…
-
1
votes1
answer32
viewsSplit a button to change the background of part of it
I would like to do the same on this button in the chaos, split to use the 4 with the gray background and the rest in the common white, Obs. I’m using the Bootstrap 4 button.…
-
1
votes1
answer2372
viewsBootstrap 4 Multilevel Dropdown
What’s the easiest way to put a multi-level dropdown on my navbar made with Bootstrap 4? I tried some methods on the Internet, but everyone uses ul, my navbar already uses div's. Example:…
-
1
votes1
answer567
viewsComplex HTML table with bootstrap
How to make more complex tables in html and use bootstrap? I searched the web, but I couldn’t understand it very well. how can I create this table in HTML, and use bootstrap. Someone would have to…
-
1
votes4
answers249
viewsBox of different height fit equal Pinterest
I’m with a problem, I’m not able to leave the blocks of different heights (height) more or less equal to Pinterest, in my case are two columns respecting the following responsive rule col-xs-12…
-
1
votes1
answer275
viewsBootstrap menu Collapse above the text
I’m creating a website that, when accessed by mobile, your horizontal menu is compressed (Collapse), as shown in the image below: However, after I click on the menu symbol, the options appear above…
javascript html css twitter-bootstrap bootstrap-4asked 5 years, 2 months ago Pedro Schimmelpfeng 11 -
1
votes1
answer2866
viewsHow to prevent the user from closing a page without submitting the form, but without using a dialog?
I have an HTML page that has a form. I need to prevent that, after the user fills this form, they click any other button on the page other than "Save". I found a script that solved this, but it can…
-
1
votes0
answers32
viewsHow to align the content of a card to the center?
The card contains an icon and a title. I intend to align both in the center (horizontally and vertically). It is not enough to use the class text-center? <div class="card bg-green p-1 w-100"…
-
1
votes1
answer161
viewsHow to use a Collapsible without an id for the target element?
I’m implementing a bbcode of spoilers for a phpbb forum, which uses Bootstrap and jQuery in theme. The code is this: <div class="panel-group"> <div class="panel panel-warning"> <div…
-
1
votes1
answer1558
viewsRefresh Bootstrap-table
The problem is that I can’t get the table (bootstrap-table) to update the data after the registration. I am trying to do this via JS, but without success. I tried the following: -- JS --…
-
1
votes2
answers266
viewsCreate tooltips using Attributes
I created a custom attribute called Tooltip. I would like to add tooltips to any property that has this attribute. Example: In my model I have the following property: [Required, ToolTip("Neste campo…
-
1
votes1
answer65
viewsDropdown Twitter Bootstrap, ignored in Ajax request
Hello community Stack Over Flow, I’m trying to include pages via ajax, but when I click to open the dropdown it is ignored and adds the page of Index of of WampServer, how to proceed in such cases?…
-
1
votes2
answers501
viewsHave two menus and when minimize get only 1 containing both
It’s like I have two menus on my site, but when I minimize appear that icon menu (three stripes) with the two menus included? ex: <html lang="en"> <head> <title>Bootstrap…
twitter-bootstrapasked 8 years, 9 months ago user41197 11 -
1
votes1
answer234
viewsHow to make a serialize of certain part of the form?
I own a Togglable tabs and would like to serialize the data only of the current index or active tab. This form is "global" so to speak, and this tabs gets inside, an example of this would be:…
-
1
votes1
answer5501
viewsPass value to modal window, retrieve data and reuse it
Good afternoon to you all. Guys, I have the following difficulty: I have the following screen: By clicking on the button highlighted (Edit), this modal window opens, where I pass to it the ID of the…
-
1
votes0
answers337
viewsCreate dynamically angled checkbox columns
I’m trying to dynamically create checkbox columns in a dropdown using angular. I use bootstrap. Each checkbox item may or may not have related children. The solution I found was to put everything…
-
1
votes1
answer10877
viewsPass parameter bootstrap modal window
Good afternoon guys, I have a problem that should be silly, but I’m not able to solve. I have a list of people... on that list I have a button. When you hover the mouse over the button, the correct…
-
1
votes2
answers619
viewsPass array to Modal
I have the following array $detalhes: Array ( [0] => Array ( [dt_detalhes] => 2016-03-09 [desc_detalhes] => Viabilidade [tp_processo] => Viabilidade [vl_protocolo] => 1234 ) [1] =>…
-
1
votes1
answer615
viewsHow to use bootstrap Collapse on this dynamic page?
I have this screen to insert images in the system, the part of the insertion works right, only I want that when clicking an image, appear the edit button as in the image, and if you click again on…
-
1
votes2
answers456
viewscol-Md-6 is not working on MVC
I created a form using bootstrap.css on w3schools.com/bootstrap/tryit.Asp with the following code: <div class="container"> <form role="form"> <fieldset> <div class="row">…
-
1
votes1
answer2699
viewsData Tables with bootstrap
Someone has some simple tutorial to apply the data table in bootstrap,tried the forms that have on the site but could not, with Skell css worked perfectly but with bootstrap does not appear.…
-
1
votes1
answer92
viewsDifficulty Bootstrap image menu
I think doubt is simple, but I’m having a hard time. I am creating a menu of images, using Bootstrap, and it is working properly. The problem is, how do I click on one of the thumbnail images,…
-
1
votes2
answers73
viewsJquery accumulating events
I have a problem in a listing, is the following, I have a table, for each row has a link to be able to edit the line, with this, when clicking on this link opens a bootstrap modal with all its…
-
1
votes4
answers657
viewsHow to organize many Ivs in Bootstrap (Image)
How do I organize many Divs col-xx-3 different heights? Is there any class or other method without using Row (every 4 products)? Some way no need to change Select or PHP? I tried several ways but I…
-
1
votes2
answers635
viewsAnchor for Bootstrap tabs
Hi, I’m doing a question and answer panel, where I use the bootstrap tabs to better organize the questions. I wanted every time the user answered a question, jumped to the next one, but I can’t do…