Hello friends,

I have a dropdown menu that animates horziontally each time you click
on one its links. Some of them reveal  a submenu, others load some
html via  ajax ($(container).load();)  and others do both.

I notice that animations tend to stagger when ajax calls are under
progress . What would be a good approach to remove these lags? Of
course, once the data is loaded and in the cache, no more staggering.
There is a lot of html bits so preloading all of them is not really my
favourite option, so here i stand, asking for your advises.

Thank you and have a great week !

Alexandre

Reply via email to