I wanted to follow up and say this spinner issue was being caused by async being set to false for all ajax requests. I believe there were some "race" issues coming up and instead of using event delegation with the ajax calls async was just set so that none of them would run concurrently. Not the right answer, but I guess it worked at the time.
↧