Side navigation
#9490 closed bug (invalid)
Opened June 02, 2011 09:41AM UTC
Closed June 02, 2011 01:41PM UTC
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'); })
I am sorry.. this is jquery-hotkey bug.