Lines Matching full:hash
71 // save the tab index from the hash
72 tabIndex = location.hash.split("&t=")[1];
83 if (location.hash.indexOf("&t=") != -1) {
84 searchControl.execute(decodeURI(getQuery(location.hash)));
96 $(window).history(function(e, hash) {
97 var query = decodeURI(getQuery(hash));
110 tabIndex = location.hash.split("&t=")[1];
124 $.history.add('q=' + getQuery(location.hash) + '&t=' + tabIndex); // update the hash with the new tab
129 function getQuery(hash) {
130 var hashParts = hash.split('&t=');