My goal is to make a modern webapp that uses location hash for navigation and ajax requests. I will be using jQuery, and I assume I need to use a plugin such as http://benalman.com/projects/jquery-hashchange-plugin/ ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve used jQuery Address on a few projects now, really great plugin!
http://www.asual.com/jquery/address
It handles all of your hash changes, has great functions and callbacks for capturing changes internally and externally (like with the browser forward/back button) and can also record all changes with your Google Analytics so you still have you page view data.