[jQuery] Is trigger workable in Safari!?
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");
...
});
<br clear="all">
--
Best regards,
沈志川 (Benx)
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/