Make event triggering a separate module #1864
Comments
dmethvin
added a commit
to dmethvin/jquery
that referenced
this issue
Nov 5, 2015
Fixes jquerygh-1864 This also pulls the focusin/out special event into its own module, since that depends on simulate(). NB: The ajax module triggers events pretty heavily.
|
@timmywil I can grab this if you want. Didn't notice you were assigned! |
|
@dmethvin Feel free! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a custom build doesn't need manually triggered events, it could save a bunch of bytes by removing
jQuery.event.trigger(),jQuery.event.simulate(),jQuery.fn.trigger(), andjQuery.fn.triggerHandler(). This would mostly be useful for the 2.x (now 3.x-master) branch because the 1.x (3.x-compat) branch relies pretty heavily on manually triggered events to fix up IE8. On master, manual triggering is used to create bubbling focusin/out events and fire ajax events, but there are other approaches devs can use for both situations.The text was updated successfully, but these errors were encountered: