I have been using CSS3 based animations to animate the pages using javascript in Single page applications. Recently I worked with jQuery mobile. For all links by default jQuery Mobile loads the pages with ajax and animates them.
One way I can do is by appending url hash (this is how gmail works). But I dont want to use hashes, I want to change the complete url like the way jQuery Mobile does it.
Can we implement the same functionality for Single page application using just javascript.
Need the help very badly.