[jQuery] Combining Jquery from plugin with the form Validation plugin
Im relatively new to Jquery and have come accross these two plugins.
Having looked at the ajax examples offered for the form plugin i was
intruiged to find out how i could go about validating the form using
the formvalidate plugin during the beforeSubmit callback.
Ive seen that you can validate the ajaxform as shown in the following
example.
http://malsup.com/jquery/form/#code-samples
However i'd like to use the formvalidate as it offers alot more....
Any pointers will be really appreciated...