I'm using the jQuery Asual Address plugin: http://www.asual.com/jquery/address/
jQuery Asual Address plugin is used like this
$('a').click(function() {
$.address.value($(this).attr('href'));
return false;
});
$.address.change(changeFunction);
If I click twice on a link "index.php" then the URL doesn't change in the second time and Change event is not fired and hence the page doesn't reload. Any idea how can I trigger jquery address change?
Regards, Sanket
') in your code - is that a typo? – Rory McCrossan Apr 12 '12 at 13:18