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
It looks like the .then function is executing before the content has completely loaded in the modal when using the .ajax method. This causes events that are wired up in the .then function to not wire up since the elements are present when the function runs.
I hacked in a work-around for now by surrounding the code in my .then with a 1/2 second timeout function.
Any possible way this can be fixed? Thanks.
The text was updated successfully, but these errors were encountered:
Indeed, I want to launch a Dropzone fileupload in eModal.
But the element is not loaded yet, so I cannot use trigger Dropzone to launch.
Using a delay is also not the best solution.
Any idea?
It looks like the .then function is executing before the content has completely loaded in the modal when using the .ajax method. This causes events that are wired up in the .then function to not wire up since the elements are present when the function runs.
I hacked in a work-around for now by surrounding the code in my .then with a 1/2 second timeout function.
Any possible way this can be fixed? Thanks.
The text was updated successfully, but these errors were encountered: