AJAX deeplinking with jQuery Address
- by antosha
Hello,
I have a website which has many pages:
For example:
HOME: http://mywebsite.com/index.html
SOME PAGE:
http://mywebsite.com/categorie/somepage.html
I decided to make my pages load dynamically with AJAX without reloading the page. So I decided to use jQuery Address plugin ( http://www.asual.com/jquery/address/docs/ ) in…