Modify ↓
Ticket #5852 (closed bug: fixed)
.live() support for multiple types
| Reported by: | iraebrasil | Owned by: | brandon |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.1 |
| Component: | event | Version: | 1.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
This enhancement is to provide a more uniform API.
Today the user can: jQuery('.specialdivs').bind('click mycustom'function(){
jQuery(this).css({background:'red'})
});
This could be also valid: jQuery('.specialdivs').live('click mycustom'function(){
jQuery(this).css({background:'red'})
});
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed. http://github.com/jquery/jquery/commit/01f72026ec939e87da85a7afc1a5262872ea3ce5