I'm doing my studies trying to finalize a form in the validation part (if it has no blanks) in javascript and then it calls the function file in php sending the data by email, however, I'm having validation problems because I am a bit lazy in ja...
I have an application that has a problem that has never happened before, recently I started using JavaScript to load content without refresh using ajax, but this caused a problem. Every external .php file that is called and needs the finished jq...
I wanted to expand <div> , but I can not. Where am I going wrong?
In principle this will be, but I want to make a screen with 100% width with this effect, expanding and returning with another click.
Expand...
I tried the following but it does not work
<form action="add.php" method="POST" name="form1">
<div class="w3-section">
<label>Nome do funcionario</label>
<input class="w3-input w3-border...
Is it possible to make a upload of files and enable site navigation by keeping it in background loading?
The normal thing to send a file is to lose progress when you exit the current page.
I would like to know if there is a way to keep...
Well I've installed this Lightbox module with the command npm install lightbox2 --save as per the site: lightbox until then. p>
After I put the paths in the file angular-cli.json according to examples that I searched the net and looke...
I have two inputs with setCustomValidity.
In the first input the setCustomValidity tooltip appears correctly left-aligned, as in the image below:
Butintheotherinputitappearsalignedinhalf,andtheresultIexpectedwastobeleftalignedasinthefirst...
Personal I have the following code:
<div class="form-group col-lg-6 col-xs-12 " style=" margin-bottom: 0px;">
<label style="padding-top: 4px;margin-bottom: 3px;">Grupo</label>
<select class="form-control " ng-op...