I have some JQueryUI animation coupled with some Jquery code that addes some html to the page. The html is generated based on data from a JQuery Ajax call.
I thought the freezing of my animations might be from the Ajax call, but from what the question below is saying i'm thinking not:
Why does my spinner GIF stop while jQuery ajax call is running?
I think the issue I am having may be of the same origin, however the question above provides a REASON for the behavior, not a SOLUTION.
Does anyone have a solution?
So I think that there are 3 main "solutions" to this problem; well they are more workarounds.
And of course I guess there is a fourth solution, which is to just deal with it.
This article could be of assistance for you.