Questions tagged as 'jquery'

1
answer

Block existing email in jquery.validate

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...
asked by 27.08.2015 / 15:50
1
answer

on ('click') running more than once

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

How to hide div when selecting options from a radio

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...
asked by 20.10.2015 / 15:35
1
answer

Send li value to input type hidden

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...
asked by 04.08.2015 / 20:52
3
answers

Function in hyperlink

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...
asked by 15.02.2016 / 18:59
2
answers

Get customer information

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...
asked by 01.03.2016 / 00:10
2
answers

Prevent the action of reloading the page by clicking ALERT JS OK

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...
asked by 07.07.2015 / 19:50
2
answers

How to create an input grid in ASP.NET C # - MVC5

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

What jQuery event do I use to query the database?

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...
asked by 13.07.2015 / 00:25
1
answer

How to change the value of a select?

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...
asked by 27.07.2015 / 23:31