Yehuda Katz wrote:
> $.ajaxStart(function() {
> $("#loading").show();
> });
I'm trying to use these functions using 1.0 and svn 233 & 234 but they
are undefined (Firebug only says "$.ajaxStart is not a function"). The
source looks ok, the functions are there and everything else is working
fine, any idea?
A clean html with this code will show the error:
$(document).ready(function() {
alert($.ajaxStart); // this shows 'undefined'
$.ajaxStart(function() {
alert("Ajax Starting");
});
});
Salute!
Mikele.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/