Questions tagged as 'twitter-bootstrap'

3
answers

How do I get the logo to disappear when I scroll the page?

I am creating a menu with version 4.1.3 of Bootstrap and would like to know how can I make to scroll the page to disappear? In this case, only the menu should stay.    Note: When returning to initial position the logo should reappear. The...
asked by 21.09.2018 / 15:56
4
answers

How to leave active bootstrap tab after clicking pagination?

I'm with a bootstrap screen that contains two tabs, one called "Settings" and the other "Users". Within the "Settings" tab, I have a simple, normal form, already inside the "Users" tab, I have a select from the bank, and with that result I set u...
asked by 23.12.2013 / 16:45
3
answers

How to avoid repeating the html code? [duplicate]

Good evening, folks. This is the following, I'm using the bootstrap and I would like to know how I avoid repeating the same codes in all pages, since the header and footer are the same, this would make the code more readable, I searched and sa...
asked by 19.12.2016 / 01:35
2
answers

Remove and add elements depending on the resolution

I wonder how I could remove a navbar from a given resolution? Example: at resolution less than 1024x768 one of the navbars disappears and another navbar turns the toogle button? This is done by less or half queries. Remembering that I'm...
asked by 23.10.2014 / 14:04
3
answers

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?     
asked by 08.08.2014 / 16:16
3
answers

Center divs - Bootstrap

Well, I split the content part into two divs, col-md-6, but they are not centralized relative to the site, although they are in the center, they are placed on the left side, leaving the right side a bit empty. Follow the divs code.              ...
asked by 16.07.2015 / 14:28
2
answers

View HTML text on Twitter-Bootstrap Popover

I created a Popover provided by Twitter-Bootstrap in this Popover a message formatted with HTML tags is displayed, however when I open the page the text that should be formatted in HTML is formatted as texto plano...
asked by 28.07.2015 / 15:53
3
answers

How to put an image inside the bootstrap popover

I want to put an image inside the popover. Anyone know if this is possible? <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" cont...
asked by 13.07.2018 / 21:57
1
answer

Get TD value and send as parameter

I have a table with two TD only (CNPJ and Social Reason). My controller has a method that receives 2 parameters (CNPJ or Razao). These parameters are sent via jquery. I can not do the following. When you click on the TD CNPJ or Razao, you should...
asked by 07.07.2014 / 22:32
2
answers

How to open and close modals with jQuery

I'm trying to open a modal, wait 3 seconds, and close it within $( document ).ready() . When I use $('#myModal').modal('show'); the modal appears but when I do $('#myModal').modal('show').delay(3000).modal('hide'); it does...
asked by 29.03.2014 / 22:08