Questions tagged as 'bootstrap'

2
answers

Receive data in JavaScript

I have a very vile doubt about JavaScript, but I believe you will understand me, since I am a newcomer to the language. Next: I created a page in html where the user will have 5 options of services to choose, right? Right! When the user...
asked by 26.10.2016 / 00:11
1
answer

Calendar datepicker bootstrap with error in year bisexto

I'm using% bootstrap%, and I've noticed that the 2016 calendar is wrong. Today for example is 01/07/2016 Friday and the calendar is displaying as if it were Saturday. Cananyonetellmeifthereisasolutiontothisproblem?Javascript$('#data_venda').dat...
asked by 01.07.2016 / 21:53
1
answer

How to adjust the entire screen according to the monitor resolution?

How to adjust the entire screen according to monitor resolution? See the image below: MydashboardisgettingasintheBimageasIcouldtostaylikeA.I'musingphp+mysql+bootstrap+html.Followthecodebelow:<!DOCTYPEhtml><htmllang="pt"> <hea...
asked by 24.08.2016 / 20:21
1
answer

How do I stack Bootstrap modals with the above-mentioned-mode backdrop?

How would it be possible to modify Bootstrap's modal so that when there is a stack of modals open, the backdrop of each open one is above the others? What have I noticed so far? When you open a Modal, the z-index of the modal is 1050,...
asked by 01.06.2016 / 14:17
2
answers

How to modify the default layout of DataTables + Bootstrap

Hello, I used a tutorial I found on Youtube to use DataTables in my project. I managed to make everything work but the look was not very cool as you can see below. SolookingforasectionontheDataTablessiteitselfwithastylizeddemowithBootstrap3,...
asked by 28.05.2016 / 19:38
1
answer

Problem in form in modal bootstrap [closed]

Is there any modal constraint for bootstrap? When I put the form inside the modal, I do not get the Ajax alert, but if I take the form from within the modal, the data passes and I get the alert. When I put the form inside the modal I also get on...
asked by 13.05.2016 / 18:31
1
answer

Aligning buttons in NAVBAR

I have the following buttons on my navbar: <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="~/...
asked by 16.09.2016 / 19:52
1
answer

Modal display of confirmation after sending email

I have the following code <?php require_once('PHPMailer-master/PHPMailerAutoload.php'); PHP_OS == "Linux" ? $quebra_linha = "\n" : $quebra_linha = "\r\n"; //$emp = $_POST["empresa"]; $nome = trim($_POST["nome"]); $tel = $_POST["telefone"...
asked by 03.10.2016 / 19:20
1
answer

JQuery Bootstrap closed.bs.alert

I'm not able to run the event code "closed.bs.alert". That is, execute a code after the total removal of a snippet of code triggered when the Alert Close button is clicked on Bootstrap. HTML: <button id="btn_add"> Add </button...
asked by 04.05.2016 / 03:38
1
answer

Importing files from bootstrap fonts

The bootstrap icons are not catching on my project. I researched and saw that it can be solved by importing the bootstrap font files. What is the best way to import these files into the body of a page?     
asked by 22.03.2018 / 16:02