I am fixing a problem in jQuery.Validator.js. I have to get the current
input in the ''onfocusin''.
It seems that the "event.target" is what I needed.
But how can I get the event object in the follwing binding function?
<code>
$.extend($.validator, {
defaults: {
......
onfocusin: function(element) {
// how to get event.target here?
......
}
}
</code>
Thanks!
Arthur
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---