In the meantime - managed to use the setTimeout method - as a
workaround

function ajax_getPage(param1,param2){
   jQuery.noConflict();
        jQuery('#top').ScrollTo(900, 'easeinout');
        setTimeout( function() {
            jQuery("#footer_wrapper").fadeOut(700);
            jQuery("#mainblock_760").fadeOut(700,function() {
                getAjax(param1,param2);
            });
        }, 900 );

}

I am guessing the documentation for scrollTo might need a wee bit of
updating regarding callbacks....
- great plugin nonetheless!!! Along with JQuery !

cheers
(-john-)

Reply via email to