[jQuery] Re: Processing ajax load content before it gets added to DOM ?

2007-06-06 Thread ZebZiggle
haha ... thanks Jake. For some reason I was thinking .load() made it into a blocking call. Back to the salt mines for me. Cheers, Sandy

[jQuery] Re: Processing ajax load content before it gets added to DOM ?

2007-06-05 Thread Ⓙⓐⓚⓔ
the A in Ajax is for Asynchronous! just because you .load() something doesn't mean it's there. It will be there later. the callbacks are called back when it load is done. load(url, params, callback) Load HTML from a remote file and inject it into the DOM. Returns jQuery Parameters - *url* (