It seems to work about 99% of the time. However, there have been numerous times that I look at my site and the menu doesn't show up at all. If I close my browser, clear cache and cookies it seems to fix the problem. However, I'm very concerned that other visitors are having or are going to have the same problem.
Is this a common issue with the jquery load function, or could this be something related to my web hosting company?
I would also listen to alternative suggestions on implementing the vertical menu where I can edit a single file to make changes. I'm frequently adding entries to the menu, so I need it to be easily editable.
Otherwise, check to make sure your site does not have any js errors, all files are loading and double check the site in the validator http://validator.w3.org/ With javascript, some errors will prevent scripts from working as expected.
section of my code. I have to manually add it back to the HTML before I upload it. It seems like that may be on the right track to why it's not working at certain points, but I'm honestly not sure. Do you think I should contact support for my hosting company?
Scott Fell
That is right, that bit of code will be blank in your code. It is filled in after the page page loads. The process is your webpage loads, then jquery runs the load function and injects the data inside of that div. As example run this code below and you will get.
Open in new window
Will convert toOpen in new window
Otherwise, check to make sure your site does not have any js errors, all files are loading and double check the site in the validator http://validator.w3.org/ With javascript, some errors will prevent scripts from working as expected.