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@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to