[jQuery] Managin Ajax History

[jQuery] Managin Ajax History


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
--
View this message in context: http://www.nabble.com/Managin-Ajax-History-tp20540867s27240p20540867.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.