Questions tagged as 'twitter-bootstrap'

1
answer

Affix does not stop in the footer correctly

I'm trying to create an Affix with Bootstrap but I'm having trouble stopping it correctly in the footer. It buga, and the .affix-bottom class is not applied correctly. When I step from the offset bottom by scrolling it to normal, but...
asked by 24.09.2014 / 18:43
2
answers

How to enable and disable button from onclick or select onchange

I've already done this with the radio button, but I'm having trouble doing this from a select. When selecting any employee, you must enable and when you select that it represents no employee, it will disable the button. <form action="questa...
asked by 25.06.2014 / 16:15
1
answer

Problem with bootstrap

I have a problem here in my TCC, I'm creating a web application, in the front end of my project I have a screen that contains a tab with two fields, when clicking a form appears for the user to pre-fill and click the other other form. My problem...
asked by 07.11.2014 / 02:23
4
answers

Icon on input with bootstrap

How do I add a bootstrap icon in my input like this:     
asked by 06.06.2017 / 19:09
5
answers

Hover only in some columns

I have a table with 6 columns, but I just want to give hover in the first 4 columns. Is it possible to do this? I'm using MVC 4 and bootstrap I'm already using a method in Jquery : $(".table tbody tr").hover(fu...
asked by 03.04.2014 / 20:30
1
answer

Tag p rendering Line Break (no use of br /)

I'm making an interface in Bootstrap containing in your content a below the respective code. Browser Tested: Chrome and Firefox (Both Upgraded) Code: <div class="wrapper" role="main"><!-- START Content --> <d...
asked by 30.12.2014 / 18:03
3
answers

How do I put a background in a container in Bootstrap?

I'm trying to put a Background in a Container, does anyone know how to put it or some other solution? I did not put it on the Body because the image needs to be Responsive.     
asked by 19.01.2015 / 20:50
2
answers

Change Bootstrap icon in the Mobile version

I have this code: <i class="glyphicon glyphicon-arrow-right"></i> which is a bootstrap icon from an arrow to the side. I want to make sure that when a person connected to the site is accessing the mobile phone, it displays this...
asked by 11.11.2015 / 04:28
3
answers

Good practices with bootstrap grid system

Would it be good practice to declare grids within grids using twitter bootstrap and this could affect code responsiveness? Example: <div class="container"> <div class="row clearfix"> <div class="col-md-12 column"> <...
asked by 23.05.2014 / 16:46
1
answer

Add and show tooltip

How do I add a tooltip to an input and make it active using js? (I'm using twitter bootstrap)     
asked by 20.07.2015 / 03:41