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
comment:2 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Thanks for looking into it.
Note: See
TracTickets for help on using
tickets.
I am sorry.. this is jquery-hotkey bug.