cowboy / jquery-hashchange

This jQuery plugin enables very basic bookmarkable #hash history via a cross-browser HTML5 window.onhashchange event.
http://benalman.com/projects/jquery-hashchange-plugin/
GNU General Public License v2.0
1.21k stars 258 forks source link

How disable and enable hashchange #27

Open aravindtga opened 11 years ago

aravindtga commented 11 years ago

I am using hashchange to handle some cases when the hash changes. But i want to change the hash without triggering the hashchange event in some cases ..Is it possible..If so explain me how can it be done.