Hello,

when using the live() function I found out that e.currentTarget is not
equal to "this". Is this the expected behaviour?

Sample code:

  $(document).ready(function(){
        $('div a').live('click',function(e){
                alert(e.currentTarget);
                alert(this);
        })
  });

  <div class="menu">
       <a href="#">Home</a>
  </div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to