My site has a navigational menu with some sub-menus that are contained in hidden <div> tags, and appear when a link is clicked. One of these sub-menus is dynamically generated, and turns out to be huge, which makes the page take an average of 10-15 seconds to load, and is really annoying to my users.
I would like to load the main menus immediately, then load the contents of the hidden <div> tags in the background, after the rest of the page has displayed. Remember, the one big sub-menu is generated server-side, so it doesn't seem too simple to me. How would I go about such a thing? Thanks!
--Ryan
I would like to load the main menus immediately, then load the contents of the hidden <div> tags in the background, after the rest of the page has displayed. Remember, the one big sub-menu is generated server-side, so it doesn't seem too simple to me. How would I go about such a thing? Thanks!
--Ryan