$("#div_loading").ajaxStart( function){
  $(this).show();
});

$("#div_loading").ajaxStop( function){
  $(this).hide();
});

i think this is it...

2006/10/22, Mats Lindblad <[EMAIL PROTECTED]>:
I have tried to get it to work and I am not sure that I am using it right so if anyone could explain to me how I am supposed to use it?
Where do I initilize it, what do I attach it to?

It just will not work for me. I am using jQuery 1.0.2 Rev: 413

--
If there's anything more important than my ego around, I want it caught and shot now.
-- Zaphod

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to