Hello
I am using the jquery validation plugin
I have the following code in an onClick function of my form submit button.
onClick="parent.$.fn.fancybox.close();parent.location.reload();"
When the form detects a field is not filled in, it successfully halts submission of the form, however the onClick event still fires.
Is there a way to get this event to also halt firing when this occurs?
Thanks,
Tim