Bug Tracker

Ticket #2065 (closed bug: fixed)

Opened 12 months ago

Last modified 12 months ago

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:
Needs: Review

Description

When using 1.2.2b and the "Multiple_Events" plugin, a "type.split is not a function" error is thrown.

Change History

Changed 12 months ago by brandon

  • status changed from new to closed
  • resolution set to fixed

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); });

Note: See TracTickets for help on using tickets.