function () { this // текуший DOM элемент }
Пример:
$("#loading").ajaxStart(function(){ $(this).show(); });