If I enable pushState in the backbone router, do I need to use return false on all links or does backbone handle this automatically? Is there any samples out there, both the html part and the script part.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This is the pattern Tim Branyen uses in his boilerplate:
Using that, rather than individually doing preventDefault on links, you let the router handle them by default and make exceptions by having a |
|||||||
|