Yes, I've checked it.
It shows up nicely once I remove the "display:none" attribute.

On Aug 5, 9:15 pm, "Cesar Sanz" <the.email.tr...@gmail.com> wrote:
> 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?

Reply via email to