If I use Backbone with pushstate, how do I format links?
I am currently doing this:
<a href="task/create">create task</a>
If I use the above format, it actually sends a GET request to the server that serves the standard page, and the trunk correctly identifies that it should go to task/create , what it does and displays the view.
But why does he send a GET request in the first place? (although I set pushstate to true?)
edit: I am using the latest version of Chrome (as of August 2011), so my browser is not a problem, I think.
iamgopal
source share