Hello,
removing rules from validate() and adding the line below outside of
validate function fixed the issue:
var validator = $("#myForm").validate();
validator.settings.rules = { rules... };
Mesut TUNGA
On 31 Ocak, 13:27, TUNGA wrote:
> P.S. :http://nrzv.com/valid/?
Hello,
removing rules from validate() and adding the line below outside of
validate function fixed the issue:
validator.settings.rules = { rules... };
Mesut TUNGA
On 31 Ocak, 13:27, TUNGA wrote:
> P.S. :http://nrzv.com/valid/?s=2
>
> loads $("#myApplDiv").load("2.p
x27;#FormName').serialize(),
success: function(responseText) {
alert(responseText);
}
});
}
Mesut TUNGA
On 15 Ocak, 21:59, koenoe wrote:
> Hi there!
>
> When I
P.S. : http://nrzv.com/valid/?s=2
loads $("#myApplDiv").load("2.php"); into the index.php
On 31 Ocak, 13:22, TUNGA wrote:
> Hi Jörn,
>
> Thanks for your reply. Here is the sample:
>
> http://nrzv.com/valid/
>
> step 1 works wel
on to load pages
You can see the source via:
http://nrzv.com/valid/index.php
http://nrzv.com/valid/1.php
http://nrzv.com/valid/2.php
and the content of process.php is :
Thanks
Mesut TUNGA
On 28 Ocak, 20:56, Jörn Zaefferer
wrote:
> Can't spot any issues in that snippets. Could y
codes here
},
rules: {
fieldName {
required: { depends:
"#anotherFieldName:checked" }
}
}
});
});
Any suggestions?
Thanks
Mesut TUNGA
: function() { return
$("#aTextArea").is(":filled") ?
true: false; },
}
}
Thanks
Mesut TUNGA
: function() { return
$("#aTextArea").is(":filled") ?
true: false; },
}
}
Thanks
Mesut TUNGA
8 matches
Mail list logo