[jQuery] Problem with ajaxStart() and ajaxStop() on IE
Hi all,
I'm new on this list, please excuse me if the following problem has
already been posted before.
I am having a problem using ajaxStart() and ajaxStop(). These functions
don't work in IE 6 (only in FireFox) and so my "Ajax request" doesn't
work too.
When I commented these functions, everything worked.
My code is:
$('#ajax_load').ajaxStart(function() {
alert('Test 1');
$('#ajax_load').fadeIn('fast');
});
$('#ajax_load').ajaxStop(function() {
alert('Test 2');
$('#ajax_load').fadeOut('slow');
});
I've used alert() to debug, but they didn't appear.
I'm using the latest version of jQuery (1.0.3 revision 501).
Any help would be greatly appreciated.
Thanks in advance!
--
Gustavo Straube Pereira
gustavo.pereira@nobla.com.br
Nobla Software S/A
www.nobla.com.br
(41) 3018 3735
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/