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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -