1.2.2 events
1.2.2 events
The new "special" events api seems very solid, but is there a plan for
documenting it's use?
It seems straight forward enough that "$.event.add" looks for
"$.event.special[event].setup" and "$.event.remove" looks for
"$.event.special[event].teardown" but to use
"$.event.special[event].handler" the special event author must call it
specifically from within "setup/teardown"? Is it acceptable to use a
scoped function instead of the long name-spaced "handler" (like is
done for "$.event.special.ready")?
Has anything else event-wise changed (other than "hover",
"mouseenter", "mouseleave")?
I am in the process of deciding whether or not to upgrade to this new
version and am experiencing problems with many of my plugins, mostly
with events. In some "keypress" events, event.which is coming up as
"0" quite often, and it seems that some other events (vanilla ones
like "click" and "mouseover") are getting bound but not firing. I
can't figure out why. Anyone else experience any problems?