Hi all,
I am trying to figure out how to trigger the default action before something else happens. Specifically, I am using a third party library, and if I use a event handler, and call one of their functions, they override the default action. Therefore, as a work around, i want the default action happen before their library function is called.
Is there anyway of doing that?
Thank you very much!