Bug Tracker

Opened 14 years ago

Closed 14 years ago

#6055 closed bug (fixed)

Calling trigger('blur') does not work if the handler is bound with the live() method

Reported by: AndyIMT Owned by:
Priority: Milestone: 1.4.2
Component: event Version: 1.4.1
Keywords: blur live Cc:
Blocked by: Blocking:

Description

Calling $("#id").blur() does not work if the handler is attached with the live() method:

$("#id").live("blur", function() {

alert("blur handler");

});

If attached with the blur() method, it works as expected.

Test case attached. Change event works correctly in both scenarios, but blur does not.

Attachments (1)

jquery_live_blur.html (824 bytes) - added by AndyIMT 14 years ago.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by AndyIMT

Attachment: jquery_live_blur.html added

comment:1 Changed 14 years ago by john

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.