i use jquery.address, a plugin to do browser history state when having an ajax heavy website. though, in a certain situation where a link would trigger the $.address.change() functions, this should be blocked.
for example, when having a navigation, where 1 element is the current page, i would prefer it not to reload the current page, but to block the change event from happening.
in the $.address.change() function i can of course check if this is the current page, and just return, but i still see the address in the addressbar of the browser change.
this is even more wrong than reloading the page, as now it shows the current page with a wrong url to the user.
so if anybody has an idea how to block jquery.address from changing the url, for example when there link has the class 'current' on it?
best regards Sander Houttekier