Questions tagged as 'bootstrap-3'

1
answer

How to change the class of a button according to its id and value?

I want to modify the class of a button according to its id and its value. Each <button> has equal identifiers, but different values. I have tried this way below, however only the first button is modified, regardless of the value...
asked by 27.01.2017 / 15:43
2
answers

Website is not getting responsive with Bootstrap [closed]

I made a site using bootstrap, but it is not getting responsive on the phone, it simply appears as if it were on a monitor and then with both horizontal and vertical scrollbar ... link This is the site. By the chrome browser, if the scre...
asked by 12.04.2016 / 17:49
2
answers

Button "hamburger" does not work

Can anyone tell me why the button is not working? It was for him to show by clicking on it, but for some reason nothing is happening. :( Using the "collapse navbar-collapse" class I was able to do what I wanted, the menu, to stay hidden, but at...
asked by 30.05.2017 / 18:16
1
answer

How to change text smoothly?

I'm using BootstrapDialog and I have to change the text frequently, I would like a tip on how to handle this, follow the example: $(document).ready(function() { Janela = new BootstrapDialog.show({ message: 'Primeira mensagem&...
asked by 11.06.2016 / 02:58
0
answers

Spaces in the input when writing something

I have an application in Java Web, I have an input text and I would like to put a button or something, because when you type something inside that input, if the user wants can click on this button in which you move the text to the right , as if...
asked by 16.06.2015 / 04:44
2
answers

How to change Jumbotron tag in bootstrap in google chrome browser?

Look closely at the image; Nowtakealookatthecode<!--jumbotron--><divclass="jumbotron"> <div class="container text-center"> <h1>JWB Tecnologia</h1> <p>Este portal foi criado para auxilia...
asked by 24.08.2015 / 12:51
1
answer

Put search form on navbar right

I'm using Bootstrap and put a search form inside a simple navbar. The problem is that I can not get the form close to the title, I would like it to be aligned to the right of the navbar. This is HTML: <div class="navbar navbar...
asked by 10.06.2015 / 23:48
1
answer

Console Errors Warning

The following warnings are appearing on the console with chrome: "Uncaught TypeError: $ is not a function bootstrap.js: 29" "SyntaxError: Unexpected token [angular.js: 12330" Follow my code: <!DOCTYPE html> <html ng-app="flux...
asked by 10.11.2015 / 11:59
1
answer

Open modal window according to Customer id

In the view I make a foreach to display the clients, as below: <div class="row"> <div class="col-md-12 col-xs-12"> <div class="table-responsive"> <table class="table table-striped">...
asked by 10.07.2018 / 16:09
2
answers

List and add selected items

I need to list the value in (R $) of the inputs and select the html, as if it were a shopping cart, however I need this list and total value to be presented in real time to the user to be sent the list by and -mail ... Could anyone help me?...
asked by 26.04.2018 / 15:50