Skip to content Skip to sidebar Skip to footer

Jquery Toggle, Hide, Show - Chrome Overlay Bug

This question is in continuation with this question, which I have posted earlier today. Chrome overlay bug link is here Most of the details I have posted in my eartlier question (L

Solution 1:

I think toggleClass() might do the trick, take a look at this fiddle here. Just set a class that hides it with something other then display:none and toggle it when you want the load bar to show or when you want to hide it. In my example I just setTimeout instead of animating a loading animation, but hopefully the hide/show method will work regardless.


Post a Comment for "Jquery Toggle, Hide, Show - Chrome Overlay Bug"