---+!! JQuery Plugin <!-- Contributions to this plugin are appreciated. Please update the plugin page at http://twiki.org/cgi-bin/view/Plugins/JQueryPlugin or provide feedback at http://twiki.org/cgi-bin/view/Plugins/JQueryPluginDev. If you are a TWiki contributor please update the plugin in the SVN repository. * Set SHORTDESCRIPTION = jQuery <nop>JavaScript library for TWiki --> <div style="float:right; background-color:#EBEEF0; margin:0 0 20px 20px; padding: 0 10px 0 10px;"> %TOC{title="Page contents"}% </div> ---++ Description This plugin contains the latest version of the [[http://jquery.com/][jQuery]] <nop>JavaScript library. <blockquote> "jQuery is a fast, concise, <nop>JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages." </blockquote> See the Sandbox.JQueryPluginExamples page for a demo of a couple of widgets used by TWiki. ---++ Included libraries 1 jquery 1 jquery.bgiframe 1 jquery.blockUI 1 jquery.debug 1 jquery.dimensions 1 jquery.dom 1 jquery.easing 1 jquery.hoverIntent 1 jquery.innerfade 1 jquery.metadata 1 jquery.nifty 1 jquery.shrinkurls 1 jquery.spinner 1 jquery.superfish 1 jquery.tabpane (non-ui version) 1 jquery.tooltip 1 jquery.treeview 1 ui.accordion 1 ui.datepicker 1 ui.dialog 1 ui.draggable 1 ui.droppable 1 ui.mouse 1 ui.resizable 1 ui.selectable 1 ui.slider 1 ui.sortable 1 ui.tabs ---++ JQuery Library Documentation * [[http://docs.jquery.com/How_jQuery_Works][Getting the feet wet]] * [[http://docs.jquery.com/Tutorials][Tutorials]] * [[http://docs.jquery.com/Main_Page][Reference API]] * [[http://docs.jquery.com/Using_jQuery_with_Other_Libraries][Using jQuery with other libraries]] * [[http://docs.jquery.com/Plugins][Plugin repository]] ---++ Syntax Rules * =%<nop>JQSCRIPT{"jquery.js"}%= - include the specified script. Keep in mind that the =jquery.js= script must be loaded before plug-ins scripts. * =%<nop>JQTHEME{"mythemename"}%= - include the specified theme. Better load the desired theme before any script. * =%<nop>JQIMAGESURLPATH{"myimage.png"}%= - expand to the specified image path. * =%<nop>JQIMAGESURLPATH%/myimage.png= - Same result as the above. ---++ Themes The following themes are provided: * =flora= theme * =ogray= theme ---++ Examples * Sandbox.PluginTestJQueryPlugin * Sandbox.JQueryPluginExamples ---++ Installation Instructions * Download the ZIP file from the Plugin web (see below) * Unzip ==%TOPIC%.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 | * Visit =configure= in your TWiki installation, and enable the plugin in the {Plugins} section. * Test [[Sandbox.JQueryPluginExamples]] for functionality. ---++ Plugin Info | Plugin Author: | TWiki:Main/MichaelDaum | | Copyright: | © 2007-2008 Michael Daum http://michaeldaumconsulting.com <br /> © 2008-2010 TWiki:TWiki/TWikiContributor | | License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | | Plugin Version: | 1.1 (2010-04-25) | | Change History: | <!-- versions below in reverse order --> | | 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 | __Related topics:__ VarJQTABPANE, VarJQTAB, VarJQENDTAB, VarJQENDTABPANE, Sandbox.PluginTestJQueryPlugin, Sandbox.JQueryPluginExamples, %SYSTEMWEB%.TWikiPlugins, %SYSTEMWEB%.DeveloperDocumentationCategory, %SYSTEMWEB%.AdminDocumentationCategory
Attachments
Attachments
Topic attachments
I
Attachment
History
Action
Size
Date
Who
Comment
ext
Makefile
manage
0.9 K
16 Jul 2018 - 03:09
UnknownUser
gif
MenuArrow.gif
manage
0.8 K
16 Jul 2018 - 03:09
UnknownUser
png
button1.png
manage
1.0 K
16 Jul 2018 - 03:09
UnknownUser
ext
i18n
manage
4.0 K
16 Jul 2018 - 03:09
UnknownUser
ext
images
manage
4.0 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery-1.10.2.js
manage
266.8 K
16 Jul 2018 - 03:09
UnknownUser
gz
jquery-1.10.2.js.gz
manage
32.1 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery-1.10.2.min.js
manage
90.9 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery-1.4.2.js
manage
160.0 K
16 Jul 2018 - 03:09
UnknownUser
gz
jquery-1.4.2.js.gz
manage
44.9 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery-1.4.2.min.js
manage
70.5 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery-1.5.1.js
manage
211.8 K
16 Jul 2018 - 03:09
UnknownUser
gz
jquery-1.5.1.js.gz
manage
29.1 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery-1.5.1.min.js
manage
83.3 K
16 Jul 2018 - 03:09
UnknownUser
css
jquery-all.css
manage
7.5 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery-all.js
manage
36.7 K
16 Jul 2018 - 03:09
UnknownUser
gz
jquery-all.js.gz
manage
11.4 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery-migrate-1.2.1.min.js
manage
7.0 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery-migrate.js
manage
7.0 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery-ui-1.10.3.custom.min.js
manage
222.8 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery-ui.js
manage
222.8 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.bgiframe.js
manage
1.7 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.bgiframe.uncompressed.js
manage
4.8 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.blockUI.js
manage
7.1 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.blockUI.uncompressed.js
manage
15.5 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.cookie.js
manage
1.0 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.cookie.uncompressed.js
manage
3.8 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.debug.js
manage
0.9 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.debug.uncompressed.js
manage
2.5 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.dom.js
manage
1.0 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.dom.uncompressed.js
manage
1.7 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.easing.js
manage
3.5 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.easing.uncompressed.js
manage
4.8 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.empty.js
manage
2.0 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.hoverIntent.js
manage
1.6 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.hoverIntent.uncompressed.js
manage
4.5 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.innerfade.js
manage
1.8 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.innerfade.uncompressed.js
manage
2.7 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.js
manage
90.9 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.metadata.js
manage
1.3 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.metadata.uncompressed.js
manage
5.0 K
16 Jul 2018 - 03:09
UnknownUser
css
jquery.nifty.css
manage
1.0 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.nifty.js
manage
4.4 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.nifty.uncompressed.js
manage
6.4 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.shrinkurls.js
manage
0.9 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.shrinkurls.uncompressed.js
manage
2.4 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.spinner.js
manage
1.3 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.spinner.uncompressed.js
manage
3.7 K
16 Jul 2018 - 03:09
UnknownUser
css
jquery.superfish.css
manage
1.7 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.superfish.js
manage
2.1 K
16 Jul 2018 - 03:09
UnknownUser
css
jquery.superfish.uncompressed.css
manage
9.9 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.superfish.uncompressed.js
manage
3.1 K
16 Jul 2018 - 03:09
UnknownUser
css
jquery.tabpane.css
manage
1.6 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.tabpane.js
manage
2.4 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.tabpane.uncompressed.js
manage
4.2 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.tooltip.js
manage
3.4 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.tooltip.uncompressed.js
manage
7.0 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.treeview.async.js
manage
1.3 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.treeview.async.uncompressed.js
manage
2.9 K
16 Jul 2018 - 03:09
UnknownUser
css
jquery.treeview.css
manage
2.7 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.treeview.edit.js
manage
1.4 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.treeview.edit.uncompressed.js
manage
1.5 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.treeview.js
manage
5.0 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.treeview.sortable.js
manage
8.5 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.treeview.sortable.uncompressed.js
manage
12.8 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.treeview.uncompressed.js
manage
8.1 K
16 Jul 2018 - 03:09
UnknownUser
css
jquery.twiki.css
manage
3.6 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.twiki.js
manage
3.7 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.twiki.uncompressed.js
manage
6.7 K
16 Jul 2018 - 03:09
UnknownUser
js
jquery.uncompressed.js
manage
211.8 K
16 Jul 2018 - 03:09
UnknownUser
txt
readme.txt
manage
4.0 K
16 Jul 2018 - 03:09
UnknownUser
png
shade1.png
manage
1.3 K
16 Jul 2018 - 03:09
UnknownUser
gif
tab_horiz.gif
manage
0.1 K
16 Jul 2018 - 03:09
UnknownUser
gif
tab_left.gif
manage
1.1 K
16 Jul 2018 - 03:09
UnknownUser
gif
tab_left_on.gif
manage
2.1 K
16 Jul 2018 - 03:09
UnknownUser
gif
tab_right.gif
manage
0.2 K
16 Jul 2018 - 03:09
UnknownUser
gif
tab_right_on.gif
manage
0.9 K
16 Jul 2018 - 03:09
UnknownUser
ext
themes
manage
0.1 K
16 Jul 2018 - 03:09
UnknownUser
This topic: TWiki
>
JQueryPlugin
Topic revision: r2 - 09 Jun 2010 - TWikiContributor
Copyright © 1999-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback
Note:
Please contribute updates to this topic on TWiki.org at
TWiki:TWiki.JQueryPlugin
.