Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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