javascript - What's the best way of modifying event handler in jquery? -
i have call method in dispatch function "platform.performmicrotaskcheckpoint()".
for eg.
dispatch: function( event ) { platform.performmicrotaskcheckpoint(); //rest of code goes here }
what best way of doing instead of making changes in jquery library ? how override jquery event handlers ?
Comments
Post a Comment