Thanks for the quick reply, but my lack of knowledge means I stil
don't get it I am trying

$(function() {
                $('a.remote').remote('#chapter', function() {
                    if (window.console && window.console.info) {
                        console.info('content loaded');
                    }
                });
                $('a.history:eq(0)').history(function() {
                    $('#show-hide').hide();
                });
                $('a.history:eq(1)').history(function() {
                    $('#show-hide').show();
                });

                $.ajaxHistory.initialize(function(){
                                 load("hometext.html");
                                });
            });

But this does not do it. Any chance you could post code that's a bit
more specific or
a link to a site that does this so I can look at the code.

Thanks Again

Reply via email to