"jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages."See the JQueryPluginExamples page for a demo of a couple of widgets used by TWiki.
%JQSCRIPT{"jquery.js"}%
- include the specified script. Keep in mind that the jquery.js
script must be loaded before plug-ins scripts.
%JQTHEME{"mythemename"}%
- include the specified theme. Better load the desired theme before any script.
%JQIMAGESURLPATH{"myimage.png"}%
- expand to the specified image path.
%JQIMAGESURLPATH%/myimage.png
- Same result as the above.
flora
theme
ogray
theme
JQueryPlugin.zip
in your twiki installation directory. Content: File: | Description: |
---|---|
data/Sandbox/JQueryPluginExamples.txt | Example topic |
data/Sandbox/PluginTestJQueryPlugin.txt | Test topic |
data/TWiki/JQueryPlugin.txt | Plugin documentation topic |
data/TWiki/VarJQ*.txt | Variable documentation topics |
lib/CPAN/lib/CSS/Minifier.pm | Perl module |
lib/CPAN/lib/JavaScript/Minifier.pm | Perl module |
lib/TWiki/Plugins/JQueryPlugin/Core.pm | Perl module |
lib/TWiki/Plugins/JQueryPlugin.pm | Perl module |
pub/TWiki/JQueryPlugin/Makefile | Makefile |
pub/TWiki/JQueryPlugin/jquery-all.css | Main stylesheet file |
pub/TWiki/JQueryPlugin/jquery-all.js | Main Javascript file |
pub/TWiki/JQueryPlugin/jquery-all.js.gz | Main Javascript file, compressed |
pub/TWiki/JQueryPlugin/*.js | Javascript files |
pub/TWiki/JQueryPlugin/*.gif | Image files |
pub/TWiki/JQueryPlugin/*.png | Image files |
pub/TWiki/JQueryPlugin/i18n/*.js | Style sheets for internationalization |
pub/TWiki/JQueryPlugin/images/*.gif | Image library |
pub/TWiki/JQueryPlugin/themes/* | Themes |
tools/minifycss | Utility |
tools/minifyjs | Utility |
configure
in your TWiki installation, and enable the plugin in the {Plugins} section.
Plugin Author: | TWiki:Main/MichaelDaum |
Copyright: | © 2007-2008 Michael Daum http://michaeldaumconsulting.com © 2008-2010 TWiki:TWiki/TWikiContributor |
License: | GPL (GNU General Public License) |
Plugin Version: | 1.1 (2010-04-25) |
Change History: | |
2010-06-08: | TWikibug:Item6486 - upgrade to latest jquery-1.4.2 release -- TWiki:Main/SopanShewale; add variable documentation topics VarJQTABPANE, VarJQTAB, VarJQENDTAB, VarJQENDTABPANE -- TWiki:Main/PeterThoeny |
2010-04-25: | TWikibug:Item6436 - renamed too generic variable names BUTTON, TOGGLE, CLEAR, TABPANE, ENDTABPANE, TAB, ENDTAB to JQBUTTON, JQTOGGLE, JQCLEAR, JQTABPANE, JQENDTABPANE, JQTAB, JQENDTAB, respectively. Old variables names available if configure setting is set: $TWiki::cfg{JQueryPlugin}{Legacy2008} = 1; -- TWiki:Main/PeterThoeny |
2010-04-22: | TWikibug:Item6433 - doc improvements, no code changes |
15 Jul 2008: | updated to ui-1.5.2; added async treeview; added async options to tabpane |
03 Jul 2008: | updated to ui-1.5.1 |
05 Jun 2008: | updated to jquery-1.2.6 and ui-1.5-RC1 |
30 Apr 2008: | repackaged to contain jquery UI |
13 Feb 2008: | upgrade to jquery-1.2.3, as well as most plugins |
17 Jan 2008: | added jquery.metadata plugin; implemented a jquery.tabpane plugin; updated jquery.dimensions plugin; added jquery.empty plugin to ease development of new plugins |
15 Nov 2007: | use skin independent way to add javascript files to header |
10 Oct 2007: | upgraded to jQuery-1.1.4; compressed js and css |
12 Jul 2007: | initial package containing jQuery-1.1.3.1 |
Dependencies: | None |
Plugin Home: | http://twiki.org/cgi-bin/view/Plugins/JQueryPlugin |
Feedback: | http://twiki.org/cgi-bin/view/Plugins/JQueryPluginDev |
Appraisal: | http://twiki.org/cgi-bin/view/Plugins/JQueryPluginAppraisal |