twitter-bootstrap

How to make a table responsive using (Twitter) Bootstrap?

I am working on a web application using Ruby On Rails 4 and much of the interface consists of tables. I would like them to suggest a way to detect the size of the screen in use and, based on that, hide certain columns from each table.

Use Bootstrap and Primefaces without one interfering with the other?

I'm trying to use Bootstrap together with primefaces in a JSF project, the problem is that in most components I need to use J ... of primefaces is changed even if I take the styleClass="form-control", would there be any way to coexist the two in harmony?

Open html page in modal

I have the following html pages: cadastroclient, Cadastral address and Cadastral contact . In my cadastroclient I have t ... para o modal abrir com o conteudo html da minha pagina cadastrocontato? }); I'm using jquery.js, bootstrap.JS and php.

Leave submenu on container width

How to leave the submenu (dropdown) within the width of the container? Where has the div with the class: class="navbar-collap ... O.png but I'd like it to look like this: pasteboard.co/12QapxzIV.png that the submenu was not with the width full on screen.

Vertical dropdown Menu-Bootstrap

I'm making a page where it has a dropdown menu and each menu item changes the contents of the Div on the left. My problem is ... ="#seguranca">Segurança do Trabalho</a> </li> </ul> </div> <!--Fim Menu-->

Delete pivot table row via button in dialog box

How do I delete a row from a pivot table through a commit dialog box (modal)? So far I can delete only by directly using the ... </div> <!-- /.modal-content --> </div> <!-- /.modal-dialog --> </div>

How to display the value of a variable in a bootstrap Modal with PHP?

I have a form that does a calculation, inserts into the bank and returns the value through a alert. I would like to replace ... ickly returns to normal. I believe the modal is being called, but in some snippet it bugs and closes. How can I solve this?

Bootstrap Grid does not work!

I am developing a website and the Bootstrap grid is not working... the MD and SM are working properly, but when I test the re ... w bounceInRight'><img src="img/parceiros/6.png" alt="" class="img-fluid"></div> </div>

Resizable input Bootstrap no Inline Form

I have the following inline form, and would like to resize the input as per the drawing: Follows Code: <div class="r ... form> </div> </div> </div> I've tried putting inside a row, outside the row. Beginner doubt.

I can't use bootstrap glyphicons

I am not able to use bootstrap glyphicons, simply do not appear, I am using a linux machine, and I know that it is something ... re a little misaligned with the input, which using the CDN it aligns correctly nor do I need to insert any line of code more.

Resize images using Bootstrap

I have an image of 400px by 400px, and I want to display it as if it had 200px X 200px. What is the ideal way to do this using Bootstrap?

Handle the Scroll event in Jquery

Good afternoon, I have a Navbar that starts transparent I set this via query: $( "nav" ).css('border', 'none', 'important ... return to the normal properties of bootstrap, and when I scroll up it would be transparent again. Any suggestions? Grateful.

How to include Bootstrap Glyphicon inside the "" tag?

With the following code: <a href="#" class="btn btn-primary"> <span class="glyphicon glyphicon-pencil"></s ... lass="btn btn-primary" value="Salvar"> <span class="glyphicon glyphicon-floppy-disk"></span> </input>

bootstrap class panels not working

I intalei the bootstrap framework and testing some components of the site some worked and others did not and I do not know th ... er size. Why did this happen? need to install more something, I use sublime text 3 to write and tested on mozilla and chrome.

How to create a sub submenu using Bootstrap megamenu

Does anyone know how to create a sub submenu with megamenus? Thank you .navbar-default { color: # ... </ul> </li> </ul> </div>

How to display a dropdown menu of a button inside a div with overflow: hidden?

I am having the following problem: When you click the dropdown button that is inside a div with overflow: hidden property i ... fiddle.net/VVVBk/3 / - complete structure: http://jsfiddle.net/VVVBk/5 / How to solve this? PS: I'm using bootstrap;

How to centralize my form with bootstrap leaving responsive;

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to- ... </label> </div> </form> </div> </body> </html>

How to center a modal Box horizontally and vertically with CSS3? Is it possible?

My ModalBox (.modal-fade in Boostrap), is appearing at the top of the page! Can I Center it on Horizontal and Vertical us ... </div> </div> </div> </div> </div>

How to change data format in bootstrap from mm / dd / yyyy to dd / mm / yyyy

This is the error you are giving: Uncaught TypeError: Cannot set property 'pt-BR' of undefined Insert some links to f ... r.js" ></script> <script type="text/javascript" src="~/Scripts/bootstrap-datepicker.pt-BR.js"></script>

What is the difference between col-lg -*, col-md-* and col-sm - * in Bootstrap?

It's been a long time that I use Bootstrap i've worked with almost all versions. Normally to structure my applications I use ... l-md-* e col-sm-* under what circumstances should in case of inappropriate use of this element what problems may arise ?