Questions tagged as 'bootstrap'

5
answers

css properties do not bootstrap effect [closed]

I'm trying to do something simple in css and change the font color of my link and the colors are being overridden by some motiv that I do not know which .navbar-inverse .navbar-nav>li>a { color: #9d9d9d; } I have a problem with t...
asked by 29.12.2016 / 22:20
2
answers

Tooltip Bootstrap 3 disappear when I click on another

I have 3 tooltips. I want them to appear in the click, so I used the following: $('[data-toggle="tooltip"]').tooltip({ trigger : 'click' }); So, when I click on the first one, for example, it displays the tooltip. However, I...
asked by 26.05.2017 / 19:42
2
answers

Selecting Bootstrap Attributes

Well, I'm having trouble selecting an attribute of a certain element of bootstrap with jquery , for example: <ol class="carousel-indicators"> <li data-target="#carrossel-principal" data-slide-to="0" class="active">...
asked by 16.02.2017 / 11:44
1
answer

My carousel with bootstrap is not working!

<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="bootstrap/js/bootstrap.min.js"> <link rel="stylesheet" type...
asked by 22.12.2016 / 14:42
2
answers

Menu in two CSS columns

I have a CSS bootstrap structure. This menu looks like this: I'dliketosplitintotwocolumns,howcouldIdo?Therewasnochangetothestructureofthenormalbootstrapmenu.Followthemenucode:<liclass="dropdown"> <a href="#" class="dropdown-togg...
asked by 29.06.2016 / 20:21
2
answers

Hiding half an icon on a Card

I have this code (Bootstrap 4): <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></...
asked by 11.11.2016 / 13:07
1
answer

Change Values in Modal - C # MVC JavaScript

I have the following javascript code in my project that takes attribute values when the user clicks the rename class button and calls a modal: <script type="text/javascript"> $('.rename').on('click', function () { var $this =...
asked by 05.04.2017 / 10:13
1
answer

How to select multiple button radios in the same column as an html table?

I have a table html with 3 columns and 3 lines and when I select, for example radio button of line number 2, line number 1 uncheck. @if (Model != null && Model.Tabela1!= null && Model.Tabela1.Count > 0)...
asked by 02.10.2017 / 19:07
2
answers

How to align the button to two inputs?

<div class="container"> <h2>Button Tags</h2> <form> <div class="form-group col-sm-3"> <label for="exampleInputName2">Name</label> <input type="text" class="form-control" id="exampleInpu...
asked by 01.06.2017 / 16:01
1
answer

Bootstrap code does not work [closed]

Hello, I've been testing this Carousel , but it did not work on my project , I decided to test in JSFiddle , and it also did not work. JSFiddle: link The problem is that it does not swipe and the buttons do not work, I used the followi...
asked by 24.07.2017 / 18:26