I am considering replacing querystrings with hashbangs on my public site, for better performance.
Are menus like Superfish compatible with the hashbang? How can I trigger a content update when I click a menu item where only the hash part is different?
pushState. Much cleaner URL's, better history management. But you have to usehistory.jsor something for browser compability. Regarding your question; You have to check documentation of your menu script if it's compatible with hashbang. You didn't specify which menu script you're going to use. – Emre Erkan Nov 27 '11 at 20:35