Call Javascript Function From Jquery Success
I'm having an issue in the success callback of my ajax function. On success of the ajax function I want to call a javascript function that is defined in an external file that is in
Solution 1:
Just make sure that your external file is loaded first.
Post a Comment for "Call Javascript Function From Jquery Success"