1 2 3 4
var hash = new String(document.location).indexOf("#"); if(hash > 0) { ...
JavaScript Small Javascript Code
by openid.aol.com/aviewanew,
October 06, 2008 01:20,
6 refactorings, tagged with ajax, javascript, history
1 2 3 4
var hash = new String(document.location).indexOf("#"); if(hash > 0) { ...
It's for detecting if you'r...