Search Results

2
votes
4answers
1k views

Catch exceptions in jQuery

Hello, I have the following code: <script type="text/javascript"> $(document).ready(function() { $("#Save").click(function() { $.post("url", { …
0
votes
2answers
715 views

Validate inputs that are not inside a form with jQuery Validation plugin

How can I validate some inputs that are not inside a form tag? All the samples I found have a form tag, but I want to validate some inputs that are not inside a form. thanks! …
1
vote
5answers
5k views

Custom date format with jQuery validation plugin

How can I specify a custom date formate to be validated with the Validation Plugin for jQuery? thanks! …