[jQuery] Using setTimeout()

[jQuery] Using setTimeout()


Hello,
I'm trying to delay the appearance of $.ajaxStart() using setTimeout()
but I've been unable to get it to work.
I've used it once before in something else and I'm basically just
trying to copy that for $.ajaxStart().
http://www.pastebin.ca/678318
When I run that code I get "t has no properties,
jquery-1.1.4-compressed.js line 11".
How do I do this properly?
On a related note, what would be really great is a delay option for
$.ajaxStart() itself. My goal is simply to delay the appearance of the
"Loading..." div until the ajax calls runs beyond a set time limit.
Thanks,
Chris.