I am developing AJAX application and want to make urls with hash tags. When users open such page (someting like #date=27.02.1990&Name=Alex) application recovery their state. Is there any libs which can help me?
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.
History.js will help you achieve this, plus it will use
pushStatein newer browsers, so it changes the actual URL (without page reload) instead of just changing the fragment identifier.