[jQuery] History with Ajax
I'm using this plugin http://plugins.jquery.com/node/2472 to manage
history
in Ajax
I've changed the line code
$("a[@rel='history']").click(function(){
by
$j('body').intercept('click', "a[@rel='history']", function(e){
it works perfectly in Firefox i still have the problem using IE7 could
you
Helps please thinks