Hi
I had this in jquery version 1.3
// ajax requests would get this method
$().ajaxStart(function (e)
{
$('body').css('cursor', 'progress');
});
Can you still do this. Every time I look though firebug and put break points these never get run. Do I have to move them now to the ajaxSetup?