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
You can prevent the default behavior of click on tags in html. Just add the below code inside tag.