Skip to main content

Bug Tracker

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 john comment:1

priority: trivialmajor
resolution: → fixed
status: newclosed