Check the height/width of the #loading element
maybe it is collapsed,so, you cannot view it
----- Original Message -----
From: "Julijan Andjelic" <julijan.andje...@gmail.com>
To: "jQuery (English)" <jquery-en@googlegroups.com>
Sent: Wednesday, August 05, 2009 9:00 AM
Subject: [jQuery] Global AJAX events, not working?
I've tried like this:
$("#loading").ajaxStart(function() {
$(this).show();
}).
ajaxComplete(function() {
$(this).hide();
})
I've triple checked the id of loading image and everything, but still
doesn't work.
Any ideas what could be wrong?