Given something like ... trigger ('click')
If the selector is a link, for example:
<a href="#/wow/2">click it </a>
Why doesn't this hash hit the url or fire the $ (window) .hashchange event?
thank
trigger ("click") fires the onclick event handler, this is not the same as actually clicking on a person.
example: http://jsfiddle.net/dffsC/