Hi guys.
This is my code:
$().ready(function() {
$("#previ").validate({
submitHandler: function() {
if(confirm('Sure?')){
$(form).submit();
return true;
}else{
return
muni/action.php"
},
Thanks.
On 19 Gen, 22:49, Nathan Klatt wrote:
> 2010/1/19 Niagara :
>
> > My code with jQuery validation plug-in 1.5 work correctly, but with
> > the new version NO.
>
> In what way does it not work? False positives? False n
Hi guys,
i'm using jQuery JavaScript Library v1.4 and jQuery validation plug-
in 1.6
My code with jQuery validation plug-in 1.5 work correctly, but with
the new version NO.
The JS:
$().ready(function() {
$("#registrazione").validate({
submitHandler: function() {
3 matches
Mail list logo