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
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to