[jQuery] Official plugins

[jQuery] Official plugins


>> The sort of nested callback approach feels a bit convoluted to me,
>> though I understand it's necessary for asynchronous calls.
> It is not only necessary for asynchronous loading of scripts,
> but also for the fallback with generated script-tags. They can not
> be synchronized.
If there was a sync version--if it wrote script tags when a function wasn't
provided--wouldn't that work as a sync solution? The dependent scripts would
just need to wait for onload (or perhaps ready) to do their thing.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/