jQuery Plugin

- This extension requires registration to download.
Features:
* Load jQuery & jQuery UI libraries from Google CDN or local files
* Load jQuery UI themes (currently 25 themes available) from Google CDN or local files
* Choose the theme right from your plugin configuration
* jQuery Form plugin support
The plugin can be used by developers to enable jQuery support in their components and modules. Make sure you do not include jQuery or its plugins mentioned below are not loaded directly using script tag or other way in your components else the libearies will be loaded twice.
Usage:
With this plugin enabled, supported Joomla components/modules/plugins can simply call the below code to include selected jQuery & jQuery plugins:
JPluginHelper::importPlugin( 'corejoomla' );
$dispatcher =& JDispatcher::getInstance();
$dispatcher->trigger('onCallIncludeJQuery', array($params));
If you pass $params as an empty array, the selected libraries in the plugin configuration are loaded. You can override what libraries you want to load from your component/module by passing required paramters through $params variable as shown below
$params = array('jquery','jqueryui','jqueryform');
Supported Libraries as of v1.0.0
* jQuery
* jQuery UI (including 25 themes from ThemeRoller, can be selected from plugin configuration only)
* jQuery Form Plugin
Thank you for your feedback and sorry for the inconvenience caused to you.
You could have dropped a mail or write in forum so that we could guide you in right direction which could avoid the time you took for researching.
Anyway, the complete documentation was posted beside the download which you might have missed, the plugin can be used only by adding few lines of code in your PHP files which is basically intended for developers or users with some PHP knowledge.
It will not add jQuery libraries just by installing rather adds them by calling the plugin through code. This helps in avoiding the libraries loaded on all pages whether required or not.
We will be glad to assist you in integrating with your components/site, please drop in a message on our forum.
Hello,
Thank you very much for the review and suggestions. We posted all the instructions right beside the download page and also set up forums for any clarifications required. Our plugin is designed in such a way that you need not bother about when MooTools is loaded. It just works without a single conflict. If you have any queries, please feel free to post in our forums.






