You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, First thank you for this awesome plugin.
after using it for years, i found a small issue today.
in onLoad callback, we have the obj param which should be used to createProgress with 3 params. but problem is this createProgress function is not available in obj param immediately after onLoad is called. it becomes available after a moment. so i had to do it inside a setInterval of 500 ms.
in the example you have done it with an ajax call, thats why you didnt find it out i think.
hope you will solve it.
Thanks
The text was updated successfully, but these errors were encountered:
Looks like you don't need 500ms delay. Just one tick would be enough.
It heppens when ajaxForm plugin already loaded at first call of checkAjaxFormLoaded, so createProgress isn't setup properly.
Hi, First thank you for this awesome plugin.
after using it for years, i found a small issue today.
in onLoad callback, we have the obj param which should be used to createProgress with 3 params. but problem is this createProgress function is not available in obj param immediately after onLoad is called. it becomes available after a moment. so i had to do it inside a setInterval of 500 ms.
in the example you have done it with an ajax call, thats why you didnt find it out i think.
hope you will solve it.
Thanks
The text was updated successfully, but these errors were encountered: