Does anyone have good suggestion of the best option for jQuery Ajax to refresh a DIV?
Following are what I\'m trying to achieve:
Have one page which includes the menu, and separate pages for all pages you would like to display (without the menu). On a menu item click, send an AJAX request to get the appropriate page (full page html will be returned) and just set that as the html of your div. Just watch out for duplicate element ids/names ans this could cause javascript problems if you aren't careful.