What is the preferred way to navigate between HTML5 web pages without using any server side scripting language. Would Jquery be a good choice?
Consider a user logs in and lands at home page. Home page contains many links to navigate to other pages.
Edit 1
I need to communicate to server via AJAX to perform some operations and pass on variables and data between web pages. But I cannot use JSP or PHP to create HTML dynamically.