Active
Project:
jQuery plugins
Version:
6.x-1.10
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2009 at 16:50 UTC
Updated:
12 Oct 2009 at 00:59 UTC
This appears to be an API, which is great for programmers. For us newbies, I'd like to suggest some features which would make jQuery plugins available to all, using a jQuery plugins Manager:
jquery_plugin_add($plugin) function, and injecting the necessary script code into the Drupal page header
It would be nice if the list of plugins showed the titles, version number, and descriptions from the REM block. This information appears to be always shown on the second line, though some plugins appear to have an optional $Id line. An option to show the entire REM block might be useful, as it sometimes includes a link to the plugin's home page.
Comments
Comment #1
mfbThere's another module that is more in line with what you're talking about: http://drupal.org/project/jq This module supports jQ, so any UI goodies you build on jQ will work with the plugins bundled with this module.
By the way, the goal of this module is not to allow people to upload plugins to a plugins folder, but to maintain a set of jQuery plugins (tested against the version of jQuery in each version of Drupal core) via the drupal.org infrastructure.
Comment #2
iantresman commentedOK, thanks for the clarification.