There are two Require plugins in the wiki:

http://dev.jquery.com/wiki/Plugins/require    --by Jose Paris
http://dev.jquery.com/wiki/Plugins/requirex  --by Mohd Khairi Lamsah

and I'm trying to figure out which is better, if at all.

The only real difference I can detect is that Mohd's explicity says it can
load plugins in a specified sequence, and with a single statement, whereas
Jose's looks like it'll only do one at a time. Is that pretty much it, or am
I missing something deeper?

If it helps anything, the situation is that I'd be providing a way to
integrate jQuery into an application as various modules(base jQ, Interface,
etc) that other developers can then make use of. But they don't necessarily
know what modules will already be there, so want to also have a way for them
to ensure their plugins won't explode if some user hasn't installed a
particular plugin yet.

Thanks for any details.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to