I have a registration form that uses the jquery.validate.js link plugin. I researched but did not find a way to return an error when the client inserts an already valid email. What is the best alternative to solve my problem?
Thanks in advance...
When I click on an area and then on the button .more1 for the first time correctly performs the function but if I click on one area after another and click on the button .more1 it executes the function twice, the function executes the number of...
As trivial as it sounds, I'm having trouble executing this script, the problem I have is the following, when I enter a page I show a div with a selected content from my bank and this is being done correctly, from then on the user has the option...
I need to pass values that are in <li> to <input type="hidden"> , I have a list and the elements that have been selected will go to input (each to a input ).
The problem I'm having is that when I select m...
I'm running a function in the hyperlinks of my system, as shown in the code below:
<md-menu-item ng-repeat="insumo in insumos">
<a href ng-click="verificar('mostrarInsumos', insumo.ins_cl_id, '1', $event)">
<md-butto...
This may sound like a silly question, but I'm kind of in trouble for a problem here.
I need to gather through the browser some information that helps me identify the client that is browsing.
I already know the MAC address I will not be able t...
I do a very rough check to see if the form is filled, if it is not there is a alert("Preencha todos os campos!"); , the problem is that when I click OK it reloads the page and thus clearing the form.
I need the alert OK button not to c...
Basically I have a form and I am opening a window (modal) with a list of employees and by javascript I can add the email of the same in the form that will be saved, in another language in this case I would solve creating the input of emails like...
jQuery(function($){
// Chamando as funções
$('#busca-cidades').keyup(function(){ ...
I am doing a query in the database and returning this query formatted with html / css and the query is in WordPress SQL. So far nothing very differen...
I have a script that checks the difference between two sets of dates, and I want it when one of these differences is greater than the other, that the previously chosen value of a certain select changes.
As a snippet of code is wo...