In my backbone app, when I load it in IE 7 and type the url: http://mydomain.com/
- which loads the main view - IE7 adds a hash tag at the end: http://mydomain.com/#
Which is weird, because all the other browsers don't.
Any ideas why?
One more thing:
I hardcoded a html link to the main view:
<a href="#">main view</a>
Is it good practice in placing a hashtag? or should I put something else in the href?
Maybe: javascript:void(0)