[jQuery] Problem in Jquery History with IE7
I'm using this plugin JQuerry 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 it
seems that pageload function doesn't excute under IE when press back
button on the explorer
could you Help please!
thinks