Side navigation
#5852 closed bug (fixed)
Opened January 18, 2010 03:12PM UTC
Closed January 23, 2010 04:58PM UTC
.live() support for multiple types
Reported by: | iraebrasil | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.4.1 |
Component: | event | Version: | 1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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'})
});
Attachments (0)
Change History (1)
Changed January 23, 2010 04:58PM UTC by comment:1
priority: | trivial → major |
---|---|
resolution: | → fixed |
status: | new → closed |
Fixed.
http://github.com/jquery/jquery/commit/01f72026ec939e87da85a7afc1a5262872ea3ce5