Hi, it's possible maintain the History of Navigation using back/forward
buttons??
I'm using Ajax to load Contents into a DIV:
---------
function open_url(url, target) {
        document.getElementById(target).innerHTML = 'please wait';
$('#'+target).load(url);
$('#'+target).fadeIn('fast');
}

Calling...
javascript:void(0) plans  

---------

Maybe a Plugin?

Thanks a LOT.
-- 
View this message in context: 
http://www.nabble.com/Ajax---maintain-the-History-tf3355044.html#a9330708
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to