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
-
4
votes4
answers3696
viewsMultiple Bootstrap Alerts
I’m trying to create a standard response using the alerts do bootstrap, my goal with a simple: $(".alert").addClass('alert-success').text('Configurações salvas com sucesso.'); I choose the class…
-
4
votes1
answer8275
viewsModal + form + values (bootstrap and javascript)
From the following link http://getbootstrap.com/javascript/#live-demo I created the following modal https://github.com/rg3915/front_end/blob/master/javascript/modal_form.html In the modal I fill a…
-
4
votes3
answers388
viewsVertical menu disappearing below the footer
On screens where the height is less than 600px the menu disappears below the footer. I also tried to leave the position as fixed, relative and with nothing but the result was the same. Follow the…
-
4
votes2
answers37
viewsNavbar does not hide the div title when item is clicked
How do I make the fixed header not hide the elements? I’m using bootstrap 4 for a navbar. Here, for example, I have a fixed header and some Divs with titles. When I click on an item, it redirects…
-
4
votes2
answers1951
viewsTesting whether a radiobutton input is selected in PHP
I created a table that is the summary of all my previous calculations and in this table I created a field where I put a radial input to be able to select one of the calculated options. I need to…
-
4
votes1
answer8851
viewsHow to center a Modal Box Horizontally and Vertically with CSS3? Is it possible?
Man Modalbox(.modal-fade on Boostrap), is appearing at the top of the page! I can center it on Horizontal and Vertical using only CSS3? If yes, what would be the right way? Follow the code of my…
-
4
votes1
answer514
viewsPassing an object to a Bootstrap modal
I need to pass a database object to a modal when I open it to display the object information. Is it possible to do that? follows the cshtml of the view in which the modal button is called, it opens…
-
4
votes2
answers634
viewsHow to paint cell according to the value of a select?
I am in need of a help to format a <td> according to the outcome of select PHP. I thought about using jQuery but I don’t know much about it. <tr class=""> <td class=""><?php…
-
4
votes2
answers1244
viewsUpload image Php Bootstrap File Input (Undefined offset)
I’m using the Plugin Bootstrap File Input And it’s returning to me 'Notice: Undefined offset:' Codes <input id="file-upload" name="files[]" type="file" multiple> Form already has the…
-
4
votes3
answers696
viewsHow to make a custom filter using the Bootstrap Selectpicker?
Good morning guys. I have a problem using Selectpicker to make a Combobox with the products I bring from BD with PHP. My problem is this: I need to make a "custom" filter because when I put inside…
-
4
votes0
answers51
viewsGrid with different height
Hello, I was making a table with some information about chefs, but the text is too long so I decided to put a "continue reading" button, when the text opens, the body of the box increases and drags…
-
4
votes3
answers703
viewsPrevent Bootstrap Oil
I am using Bootstrap on my site and I am making a bar with navbar. The menu consists of a Brand, 3 "li" items, a search bar and a link. How could I do so when using on smaller screens or even when…
-
4
votes1
answer555
viewsBootstrap Nav-tab event to run on the c#server side
I am using the following code to use tabs in my Asp.Net application, is there any way to add an event so that when switching tab run some event on the server side equal to the ajaxcontroltoolkit…
-
4
votes3
answers3525
viewsBrazil default date format does not work on bootstrap
I have this datepicker component of bootstrap <div class="col-md-2"> <input id="dataSolicitacao" type="text" name="timepicker" class="b-datepicker form-control form-white"…
-
4
votes3
answers910
viewsClose the Bootstrap dropdown by clicking on another dropdown in the same menu?
The menu needs to remain open while I click anywhere on the document or screen, however, when I click on the dropdown of a second menu, it should close the previous one, and also need to open and…
-
4
votes2
answers713
viewsQuestion about data loading via Modal Bootstrap
Hello, friends. Once again I need your help. I am migrating my small system to Bootstrap. I am implementing modal windows in various parts of the system. I believe that one of the advantages of the…
-
4
votes2
answers548
viewsNavbar scrollbar does not appear on another width
I used the code below to change when the menu button for mobile is displayed and it worked, but the scroll bar does not appear in this size. What can I do to display the scroll bar? If I need to put…
-
4
votes4
answers2028
viewsSide by side in Bootstrap, jumping line
I have a simple problem with Bootstrap v4.0.0-alpha.5. I’ll run it through the database. It lines side by side but in some cases a line is skipped, and there is only one item for the bottom line.…
twitter-bootstrapasked 7 years, 10 months ago Hebert Richard 305 -
4
votes2
answers13018
viewsUsing Bootstrap for Multiselect Dropdown with Checkbox
I found on this site: (http://www.webslesson.info/2017/05/bootstrap-multi-select-dropdown-with-checkboxes-using-jquery-in-php.html) a code that he uses Bootstrap to help create a multiselectable…
-
4
votes2
answers890
viewsModal bootstrap does not appear when clicking button
<!DOCTYPE html> <html lang="pt-pt"> <head> <link rel="stylesheet" type="text/css" href="./DataTables/DataTables-1.10.16/css/bootstrap.min.css"/> <link rel="stylesheet"…
-
4
votes1
answer2577
viewsOpen html page in modal
I have the following html pages: client record, cadastral and contact record. In my client record I have two Buttons: id="btnCadastroEndereco" and id="btnCadastroContato". When I click on these…
-
4
votes3
answers1856
viewsHow do I make the logo disappear when I roll the page?
I am creating a menu with version 4.1.3 of Bootstrap and would like to know how I can do when scrolling the page to soon disappear? In this case, only the menu should be. Obs.: When returning the…
-
4
votes2
answers3823
viewsResponsive menu using Bootstrap
I am wanting to make a fixed menu using booststrap, in such a way that it is responsive; that is, when decrease the screen the menu becomes an icon. However, when I lower the viewport screen the…
-
4
votes1
answer286
viewsHow to align an element at the bottom of the mother div?
I need the content that’s in <h1> stay aligned below (bottom) in <div>. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"…
-
4
votes1
answer77
viewsBootstrap 3 Pagination - Do not centralize
The code below even exaggerated the centralized alignment classes, and still does not centralize (Twitter-Bootstrap 3.7): <section> <div class="container"> <div class="row">…
twitter-bootstrapasked 5 years, 10 months ago ElvisP 1,523 -
3
votes4
answers8540
viewsHow to let bootstrap tab active after clicking on pagination?
I have a screen made in the bootstrap that contains two tabs, one called "Settings" and the other "Users". Inside the tab "Settings", I have a simple, normal form, already inside the tab "Users", I…
-
3
votes3
answers3981
viewsProblem with Hover in CSS
I have a table and I want each cell to be highlighted when the mouse is over. However, it is not working. It should be considered that I am using bootstrap as a basis for page styles and therefore I…
-
3
votes2
answers374
viewsJoining Modal Bootstrap with HTML5 History API
There is a way to join the modal from Bootstrap (any version) with the API History? The logic would look like this: Opening the modal URL in the navigation bar would change to…
-
3
votes3
answers3204
viewsButton next to text bar with Bootstrap
I am trying to create a very simple form with Bootstrap which consists of only one text bar and a search button. But, although they are both in the same .form-group, to text bar has a width 100% and…
-
3
votes3
answers1135
viewsBootstrap navbar dropdown focus control menu after click
Situation I have a navbar on my site, and in it I have several dropdown menus / megamenus. I need that when clicked on this dropdown, the user has the option to "scroll" the page up and down with…
-
3
votes1
answer613
viewsIs it possible to extend the bootstrap css using Less?
I use twitter bootstrap for some things, and came across the ease of using Less, as I can, to use the bootstrap Less variables in a second css file? For example, calling media querys with bootstrap…
-
3
votes2
answers202
viewsDoubts and More Doubts about the bootstrap 3 Layout
Hello I’m currently working with bootstrap and is my first contact with responsive layout I’m trying to create something like this: But I can’t let it all fall into place I can’t do anything anyone…
-
3
votes2
answers9928
viewsTables with Bootstrap
I started yesterday with Bootstrap and I’m still on the learning curve. My need is a table with two columns, a form of a grid. In this table I have only two columns: CNPJ and Social Reason. And I do…
-
3
votes1
answer425
viewsDivs with float right without its inverted position
I’d like to know how to ensure that two DIV, both with float:right, do not reverse the position of each other, for example: <div id="divMaster"> <div class="pull-right" id="Div1">…
-
3
votes1
answer846
viewsTake TD value and send as parameter
I have a table with two TD only (CNPJ and Social Reason). My controller has a method that takes 2 parameters (CNPJ or Reason). These parameters are sent via jquery. I am unable to do the following.…
-
3
votes2
answers971
viewsPaint top titlebar of a table with bootstrap
How do I paint the top title bar of a table made with bootstrap? To paint all thead TR. <div class="pull-right" id="tabela4"> <br /> <table class="table table-striped table-ordered…
-
3
votes1
answer6998
viewsAlign left and decrease distance between bootstrap controls
See the following image: Note that the first label (CNPJ) is very far from the margin and the most important for me. The distance between the label and the control is very large and the distance…
-
3
votes3
answers25078
viewsResize images using Bootstrap
I have a 400px image for 400px, and I want to display it as if it had 200px X 200px. What is the ideal way to do this using Bootstrap?
-
3
votes1
answer438
viewsHow to remove events associated with elements via ". on('acao'"
I have a modal from bootstrap I use to register/login cadastroModal, but at the end of the order, I’m repurposing it to request the login and for that I added an event on onHiden, but I can’t remove…
-
3
votes3
answers1185
viewsicone does not stand next to input bootstrap
I’m trying to put an icon next to my input using bootstrap, but it always stays down My code is like this: <div class="row"> <div class="col-md-12"> <div class="form-group has-warning…
-
3
votes1
answer1697
viewsForm Multiple Wizard Steps
I’m implementing a step-by-step form (Wizard) and I’m using the CSS of the gathering. Basically I use the Model Bootstrap so that the user cannot log into your account without first completing…
-
3
votes2
answers6977
viewsAdd external icons to Bootstrap
I downloaded a Bootstrap template and I want to exchange some icons that have in it, however, it already has a table of icons that can be used, I would like to know how to put other external icons,…
-
3
votes1
answer6100
viewsWhat is the right way to use form-group bootstrap?
Which Correct Way to Use Form Group ? I use it as follows <div class="row"> <div class="col-md-2" align="center"> <span class="glyphicon glyphicon-user"…
-
3
votes3
answers1015
viewsHow to Set Different "Row" Sizes in Bootstrap 3
I’m wondering how to set a value of 100% width (filling the whole screen, independent of the container) only for a bootstrap "Row", is it necessary to create a new css class for that Row in…
-
3
votes1
answer265
viewsIs there any way to move the input width and continue auto resizable in Bootstrap?
<div class="col-lg-6" > <input type="text" class="form-control" style="width: 900px;"> </div> ps. just put a big value on width to test out... If I do it this way my input won’t…
twitter-bootstrapasked 9 years, 8 months ago Jose Maximilian 773 -
3
votes1
answer1641
viewswidth 100% bootstrap responsive
I’m using the bootstrap for its fluid grid, I used the row-fluid outside the container-fluid for it to be without the usual margin. In the desktop resolution the footer is normal with width 100%,…
-
3
votes2
answers818
viewsModal Boostrap reduces site body size
Man modal is decreasing the size of the page horizontally when opened, when closing it goes back to normal, it is something that is strange. Here the code: <div class="row" align="right">…
-
3
votes2
answers1462
viewsBug when using Select2 in a Bootstrap form-group
I’m having a hard time fixing a bug that happens when using Select2 in a input-group. The problem is that when selecting a option with a very long name, the input-group does not respect the width of…
-
3
votes1
answer265
viewsBootstrap 3: Collapse on Hover and fixed on click
I would like to know how to make the Collapse of Bootstrap 3 open in the Hover and if it is clicked it is fixed (Do not close) and only close if another Collapse is clicked (And this other Collapse…
-
3
votes4
answers9996
viewsModal Bootstrap on Modal by JS
Good afternoon, I saw several examples on the internet of a modal opening over another modal with the bootstrap, but none of them using javascript. There is no way to open a modal over the other…