Side navigation
#3160 closed bug (invalid)
Opened July 15, 2008 01:49PM UTC
Closed July 15, 2008 03:38PM UTC
Error in hover event
Reported by: | strahil | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | event | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
My code:
$('#rate1').hover(function () {
alert('s');
});
Error:
handler is undefined
http://beta.data.bg/js/jquery.js
Line 25
Your code:
if(handler)delete events[type][handler.guid]
Description:
The alert() function still works but the error comes up.
Attachments (0)
Change History (1)
Changed July 15, 2008 03:38PM UTC by comment:1
component: | core → event |
---|---|
resolution: | → invalid |
status: | new → closed |
.hover requires 2 functions. It's in the docs.