Questions tagged as 'html'

1
answer

Checking for empty spaces in a form in javascript

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...
asked by 18.04.2018 / 15:28
0
answers

How to use the same image 4 times or more in CSS

   I would like to use this photo 3 times next to each other, but I can not multiply it     
asked by 16.04.2018 / 03:18
0
answers

Problems loading .js and .css into external files .php

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...
asked by 15.04.2018 / 19:23
0
answers

.hasClass to expand div

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...
asked by 12.04.2018 / 21:15
2
answers

Set current date in PHP and put in value HTML in an input type = 'date'

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...
asked by 12.04.2018 / 21:36
1
answer

Persist upload when browsing the site

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...
asked by 18.04.2018 / 21:59
0
answers

My lightbox module that I inserted in the Angular does not work, how to do it?

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...
asked by 13.04.2018 / 14:14
1
answer

Close Dropdown SubMenus when closing the Dropdown Main

$(document).ready(function(){ $('.dropdown-submenu a.sub').on("click", function(e){ $(this).next('ul').toggle(); e.stopPropagation(); e.preventDefault(); }); }); .dropdown-submenu { position: relative; } .dropd...
asked by 11.09.2018 / 19:52
0
answers

setcustomvalidity tooltip position

I have two inputs with setCustomValidity. In the first input the setCustomValidity tooltip appears correctly left-aligned, as in the image below: Butintheotherinputitappearsalignedinhalf,andtheresultIexpectedwastobeleftalignedasinthefirst...
asked by 11.09.2018 / 16:31
1
answer

Problems with required in select in angularJs

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...
asked by 11.04.2018 / 16:36