I tried, but not work! Here is my code snip:
jQuery("#hello").blur(function() {
//... some form validation code
});
jQuery("#form").submit(function() {
jQuery("#hello").trigger("blur");
...
});
--
Best regards,
沈志川 (Benx)
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
