$("#link").click(function() { $("#myform").valid(); });
See http://docs.jquery.com/Plugins/Validation/valid for details. Jörn On Fri, Aug 29, 2008 at 9:18 AM, Raman <[EMAIL PROTECTED]> wrote: > > How can I validate a form by click in text hyperlink using Jquery > Validate plugin > > Please help... >