2009-11-11 1 views

ответ

1

Использование JQuery. Пожалуйста.

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