Questions tagged as 'bootstrap'

1
answer

Open html page in the modal

I have the following html pages: cadastrocliente , cadastroadirectory and cadastrocontact . In my customer register I have two buttons: id="btnCadastroEndereco" and id="btnCadastroContato" . When I click on these buttons...
asked by 29.12.2017 / 14:35
1
answer

How do I display a message / alert on the first access to the site?

I would like to create a "Newsletter" that I display on first and occasionally when accessing the site. I already have it created, but I can not find the functions and tags that help me.     
asked by 17.09.2017 / 03:32
3
answers

Append javascript

I have a modal that opens when I click on a link, in this modal I'm going to type an email that, when I click on add email , will add the email text in <ul> <li> below of the input . I have already made a code that follow...
asked by 12.03.2018 / 19:39
3
answers

Bootstrap Grid does not work!

I am developing a website and the grid bootstrap is not working ... the MD and SM are working properly, but when I test the responsiveness of the site XL does not work .. the images are one below the other instead of staying two per line. &l...
asked by 16.01.2018 / 14:05
1
answer

Is there a problem with adding a bit of bootstrap on the page that is not?

Hello, I'm creating a web system and so far I've only created the header and a sidebar with the options. So far I was creating everything without bootstrap, but I want to put bootstrap elements like section and tables, since the creation of the...
asked by 23.04.2017 / 19:23
2
answers

how do I redirect a page by clicking on an option from a select by google chrome?

I am using this jquery already tried to use the change also but it does not execute <script> $(document).ready(function(){ $("#select-native-fc").on('click', function(){ if($("#select-native-fc").val() == "ASM2")...
asked by 24.06.2016 / 15:17
1
answer

Is it better to change native Bootstrap classes or create subclasses and override?

In the project I am studying / working on I am making minor adjustments to native Bootstrap classes to meet my needs. 1: Is this really the best practice? Or is it better to create our classes and override bootstrap? Or is there any other bes...
asked by 04.10.2017 / 15:45
2
answers

Align height 3 divs in one row - bootstrap

I have 3 divs in a row, but some have different heights depending on the content of the div. How to standardize the height of the div. (I do not want to set height, but rather they are the same height.) My html: <div class="row-servic...
asked by 03.10.2017 / 22:38
1
answer

Place text images etc ... in the horizontal order

How can I put the component of Bootstrap Thumbnails in the horizontal order? And how can I increase their size (with the image together) to a size I want? If you can help me, thank you very much.     
asked by 13.12.2016 / 13:03
2
answers

Fields in the same line Bootstrap application MVC5

I would like a hint of putting two fields on the same line in Razor, using the bootstrap in an ASP.NET MVC5 application. div class="ibox-content"> <form role="form" class="form-inline">...
asked by 26.07.2016 / 21:15