Bug Tracker

Opened 12 years ago

Closed 12 years ago

#9490 closed bug (invalid)

jQuery(window).bind failed in 1.6.x

Reported by: anonymous Owned by:
Priority: low Milestone: 1.next
Component: event Version: 1.6.1
Keywords: Cc:
Blocked by: Blocking:

Description

in 1.5.x I can use

jQuery(window).bind('click', function(){ alert('test'); })

and click on the window and show the alert popup.

in 1.6.x, it doesn't work. I must change it to

jQuery(window).click(function(){ alert('test'); })

Change History (2)

comment:1 Changed 12 years ago by anonymous

I am sorry.. this is jquery-hotkey bug.

comment:2 Changed 12 years ago by Timmy Willison

Component: unfiledevent
Priority: undecidedlow
Resolution: invalid
Status: newclosed

Thanks for looking into it.

Note: See TracTickets for help on using tickets.