There is ongoing work to improve packaging of plugins and making a
repository like you describe here possible.

You're welcome to participate in the discussion:
http://groups.google.com/group/jquery-dev/browse_thread/thread/270ed108a9bc9de3

Jörn

On Tue, Oct 7, 2008 at 11:13 AM, philip <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> When I use JQuery often I need to use plugins.
>
> What annoys me slightly is I have to download each one and put in some
> arbitrary place in my directory.
> This process is a bit slow, find plugin, download it, add script tag,
> and use.
>
> It would be really good if there was a central place where JQuery
> plugins could be loaded from dynamically like Google provides for
> JQuery.
> google.load("jquery", "1");
>
> If there was some registry feature then I could do something like
> jqueryPlugins.load("pluginname");
>
> Then it could pull the right javascript down. Anyone got thoughts on
> how this could be done?
>
>  Philip
>
>

Reply via email to