Questions tagged as 'twitter-bootstrap'

1
answer

Problems cloning a checkbox (bootstrap plugin)

link I'm using a bootstrap plugin: link I'm trying to clone this checkbox , but the checkbox is not being checked (for on and off ) after being cloned. If I remove this part: The clone of this check...
asked by 04.08.2015 / 01:57
1
answer

Button value is not passing correctly

Dear colleagues. I have a button in the bootstrap from which I get the user ID like this: <button class="btn btn-xs btn-primary" id="btn-salvar" value="<?php echo $jm->IdUsuarios; ?>" title="Ativado">Salvar</button>...
asked by 10.07.2015 / 15:49
2
answers

When you click on a name, it appears in another div

I have a project developed in Bootstrap, where clicking link Products will open a Bootstrap Modal with the products listed. However, I would like you to click on one of the products to close the modal and the clicked product would appear in...
asked by 01.07.2015 / 20:22
2
answers

How to put responsive background on col-md

HowcanInotrepeatthisbackground?html:<divclass="col-md-12"> <div class="panel panel-default sharp"> <div class="conteudo_me"> </div> </div> </div><!-- /.col-md-12...
asked by 02.07.2015 / 18:05
1
answer

Dynamic menu with dropdown

I need to make this menu responsive, using dropdown . With each added category it generates an item in the menu: <div class="nav-collapse"> <ul class="nav"> <?php if($secoes) { while ($linha=my...
asked by 09.07.2015 / 21:02
1
answer

Submit form after user action

I have a form, and a list of actions that the user can choose, depending on the action that was chosen, the user should confirm the submission, leave a message or simply send the form. I have almost everything ready, what I can not get is whe...
asked by 12.09.2015 / 07:22
1
answer

Bootstrap 2 does not make the image float

I have a problem trying to put an image next to the other with Bootstrap: <ul class="thumbnails"> <li class="span4"> <div class="thumbnail"> <a href="#" class="thumbnail inner-border">...
asked by 15.06.2015 / 06:11
1
answer

Reordering cells in Bootstrap

At the moment I have a layout that is like this, using Bootstrap: [-nav/header] [-1-][-2][-4] [---3---][-4] [---3---][-4] [---footer--] And I'd like to display it like this in mobile browsing: [-nav/header] [-----1-----] [-----3-----] [--...
asked by 12.06.2015 / 04:34
1
answer

Give ID for a Jumbotron

I have some pages with a jumbotron of the same formatting on each page. I need them to have background-image different on each page. How can I give an ID for each of these jumbotrons, so I can edit their background-image , withou...
asked by 03.06.2015 / 19:41
1
answer

Modal does not work after load div

Well, my problem is, I have a function in an external file function lista_contas(id) { var url = 'lista_dados.php'; var method = 'POST'; var params = 'id='+id; params += '&select_ano='+document.getElementById('select_ano')....
asked by 02.06.2015 / 20:08