Opened 15 years ago
Closed 15 years ago
#2065 closed bug (fixed)
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.
Note: See
TracTickets for help on using
tickets.
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); });