Questions tagged as 'bootstrap'

1
answer

Modal display when submitting form. Without loading the page

I have the code below. I would like to display a modal once I submit the form and if all fields are filled out. If any field has not been filled it is already showing a popover in the field indicating that it is wrong. Thank you for your contrib...
asked by 14.05.2016 / 18:55
1
answer

Bootstrap 4 dropdown (toogler) is not working

Could someone tell me where I'm going wrong? the bootstrap order and jquery is correct and shows no error in the browser console but when I decrease the page size, the dropdown does not expand. code: <!DOCTYPE html> <html lang="pt-br"...
asked by 19.04.2018 / 04:27
1
answer

Loading images at different resolutions [duplicate]

I want to make a Carousel in Bootstrap for Event Banners for a church. I would like to know: 1) How many different banners would I need to make to meet all resolutions, satisfactorily? 2) If I load images and use tags like .visible-ph...
asked by 18.04.2018 / 21:19
1
answer

Modal boostrap in UpdatePanel after dark background click event

I have a modal boostrap poup within a ASPX UpdatePanel component within this modal I have a ASP btnEditar button with a click event to execute a update routine. After executing the event, the modal closes but its dark...
asked by 29.03.2018 / 20:00
1
answer

How to close a modal by pressing the "ENTER"

How can I close a bootstrap modal using the enter key: The code I'm using is as follows: <div class="modal fade" id="succes-action" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-di...
asked by 30.03.2018 / 03:13
1
answer

Add color to mine when scrolling the page and remove when it reaches the top

I'm developing a menu with bootstrap and it does the following it stays on the top of the page and as soon as the user rolls the page down it disappears and when the user rolls up the menu it appears until then everything okay the problem is the...
asked by 24.02.2018 / 08:09
1
answer

How to use the bootstrap carousel in a wordpress theme

I made a simple theme in wordpress and I'm using this type of js: (function($) { console.log("teste"); $('.carousel').carousel(); })(jQuery); and this html: <div id="carousel1" class="carousel slide" data-ride="carousel">...
asked by 17.03.2018 / 16:36
2
answers

Why is h1 tag not generating a new line?

$scope.html = [{ "name": "teste", "data": [{ "tag": { "name": "h1", "text": "Titulo 1", "colValue": "" } }, { "tag": { "na...
asked by 16.03.2018 / 19:40
2
answers

Why is this code not responsive?

Can someone show me where I'm wrong and my code does not become responsive? (use bootstrap) I wanted to keep one element underneath the other ... Here is the code: <div id='container'> <div class='input-group'> <span...
asked by 03.03.2018 / 00:22
1
answer

How do I make a button locked when clicked?

I have inside this bootbox, two buttons, the first one that is written "Send Error Report" I wanted it when the person clicked it it would type a glyphicon indicating that it is processing the sending and it precludes the person from clicking ag...
asked by 01.02.2018 / 12:57