Side navigation
#2065 closed bug (fixed)
Opened December 17, 2007 10:52AM UTC
Closed December 17, 2007 02:31PM UTC
Brandon's Multiple_Events plugin doesn't work with 1.2.2b
| Reported by: | bmatzner | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.2.2 |
| Component: | plugin | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
When using 1.2.2b and the "Multiple_Events" plugin, a "type.split is not a function" error is thrown.
Attachments (0)
Change History (1)
Changed December 17, 2007 02:31PM UTC by comment:1
| resolution: | → fixed |
|---|---|
| status: | new → closed |
That is because this functionality is now included. You don't need the multiple events plugin anymore.
$(...).bind("mouseenter mouseleave mouseover mouseout", function(event) { console.log(event.type); });