2009-11-11 56 views

回答

1

使用JQuery。請。

$("#loading").ajaxStart(function() { 
     $(this).show(); 
    }); 
    $("#loading").ajaxStop(function() { 
     $(this).addClass('ohmy').hide('slow'); 
    }); 
相關問題