Questions tagged as 'twitter-bootstrap'

1
answer

How to create tag event?

I'm creating a form and would like to add tags every time a name is selected with an autocomplete. This would be equivalent to adding tags to an OS question. I would like to have a background on how to start researching this, as I cou...
asked by 26.09.2015 / 22:03
1
answer

doubt with the bootstrap grid system

<div class="container"> <div class="row"> <div class="col-sm-6 col-md-4 col-lg-3"><p>Box 1</p></div> <div class="col-sm-6 col-md-4 col-lg-3"><p>Box 2</p></div>...
asked by 02.09.2015 / 21:09
1
answer

Verify checkbox state - bootstrap switch

I'm using bootstrap-switch in my checkboxes and would like to check the status of my checkbox when loading the page using the library itself.     
asked by 09.09.2015 / 03:37
1
answer

Turn grids into carousel (slider)

I would like to know if it is possible to make a group of cols-* stay as carouel / slider only when less than 750px. First of all, for those who do not understand bootstrap, both grids and carousel are native parts of the bootstrap, so...
asked by 23.12.2015 / 22:53
1
answer

Dropdown menu from Bootstrap in asp.net site only works on the main page, what can I do to fix it?

The dropdown menu apparently works on the main page, but when I'm on another page and I'm going to use it it does not work! I already checked if the HTML code is generating with jQuery and I did not see anything strange. What to do? <...
asked by 17.06.2015 / 04:29
1
answer

Bootstrap changing color in print

I made a report system that is displayed to make A4 sheet printing. I put some edges in it to make the impression. The problem is that at the time of printing, it prints everything black. The problem is the bootstrap, because when I shoot it eve...
asked by 30.06.2015 / 17:21
1
answer

ASP.NET Form Validation in Bootstrap Tabs

I have a form in ASP.NET with its content divided into Bootstrap Tabs. However, some of these fields are required (Required) or are type="number" and "email" , if they do not agree, when sending the form will appear a message...
asked by 19.06.2015 / 16:53
1
answer

How to manipulate margin of a Flat-UI video

I'm using a skin for Flat-UI , but when I put the video inside a panel, it appears a margin below that I can not get out of nowhere. See FIDDLE (scroll the Results bar down), or snippet below: .panel-info > .pan...
asked by 23.06.2015 / 19:48
2
answers

How to customize scroll bar in div? [duplicate]

I have a menu that uses Bootstrap offcanvas but I wanted to style its scroll bar in the style of Facebook chat.     
asked by 13.10.2015 / 21:07
1
answer

Pass values to Bootstrap modal

Dear colleagues. I want to pass the values from the mysql database to the bootstrap modal and after a few searches, I found the code below: <a href='#myModal' data-id-pergunta='<?php echo $jm->IdCodFotos; ?>' type="button" clas...
asked by 04.05.2015 / 00:30