Load accordion content on dropdown

Load accordion content on dropdown

I am wondering is it possible to load content of accordion only on accordion dropdown? I don't want to use ajax calls either since I already have all the html markup on the same page as accordion html tags. This is mainly the reason I want to load stuff only on request because right now everything loads on page load and this takes a while!

Contents of accordion are in the same file as accordion meaning everything is in the <div> when user clicks that <div> it drops down, displays a loader .gif and loads everything after that.


Any help or quick pseudo code would be useful!