This repository was archived by the owner on Jul 26, 2023. It is now read-only.
1.4.1
As per http://bugs.jquery.com/ticket/10589, jQuery removed `$el.data("events")` and
the new way to get events info on elements is to use `jQuery._data(element, "events")`
as per http://blog.jquery.com/2011/11/08/building-a-slimmer-jquery/.