![]() |
Powered by WikiRing Consultants |
"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."
/pub/System/JQueryPlugin
root directory that grants all these
files are up to date. By default all files in the JQueryPlugin package are up to date. So you only have to
issue a make
in the root directory if you wish to
modify one of the files underneath. This will update
all minified and gzipped files as needed. Enable the {JQueryPlugin}{Debug}
flag in configure
,
to use the uncompressed files right away to omit the make
step during development of further javascript components.
Apache can be configured to automatically use the .gz
files if present using mod_rewrite as follows:
<FilesMatch ".*\.(js|css)$"> RewriteEngine On RewriteCond %{HTTP:Accept-encoding} gzip RewriteCond %{REQUEST_FILENAME}.gz -f RewriteRule ^(.*)$ %{REQUEST_URI}.gz [L,QSA] </FilesMatch> <Files *.js.gz> AddEncoding gzip .js ForceType application/x-javascript </Files> <Files *.css.gz> AddEncoding gzip .css ForceType text/css </Files>So whenever the browser accepts encoding the file as gzip and the file with the
.gz
does exist
in the filesystem, then trigger an internal redirect while still enforcing the original mine-type.
The browser on the other side will unzip the css and js files automatically. This will drastically
reduce bandwidth and speed up interactive performance.
color
formfield for easy integration into Foswiki DataForms.
foswiki
javascript object to be used by other javascript
plugins.
In addition it adds some basic Foswiki tags to make life easier using jQuery
plugins, most notably %JQREQUIRE{"pluginName"}%
to load a subsequent
jQuery plugin and all of its dependencies, taking care where and how it
is added to the html page.
Curent default plugins are: jquery.easing, jquery.metadata, jquery.bgiframe,
jquery.hoverIntent
textboxlist
to DataForms.
title
attribute thus replacing the standard tooltip as displayed by
the browsers with a customizable one.
Content can be reloaded using AJAX. For example, this can be used to
display an image preview in a tooltip. Have a look at the thumbnail REST
service of Foswiki:Extensions/ImagePlugin how to load the thumnail from the
backend dynamically.
configure
, then you can still install manually from the command-line. See http://foswiki.org/Support/ManuallyInstallingExtensions for more help.
Author(s): | Michael Daum | ||||||
Copyright: | 2007-2010 Michael Daum http://michaeldaumconsulting.com | ||||||
License: | GPL | ||||||
Release: | 3.51 | ||||||
Version: | 7299 (2010-04-30) | ||||||
Change History: | |||||||
30 Apr 2010: | (3.51) fixed initial classes of click-areas in treeviews | ||||||
29 Mar 2010: | (3.42) disable plugin when prerequisites are not met | ||||||
28 Mar 2010: | (3.41) fix ZonePlugin listed as optional dependency (not optional for Foswiki 1.0.x installations) | ||||||
26 Mar 2010: | (3.40) externalized grid and fullcalendar modules into plugins of their own; upgraded to jquery-ui 1.7.2; only load i18n support matching the current site language | ||||||
20 Mar 2010: | (3.31) Minifier CPAN libs removed from plugin. They will be in core CPAN lib in Foswiki 1.1 | ||||||
14 Mar 2010: | (3.30) upgraded validate to v1.7; added wikiword validation method; fixed computation of line-height in fluidfont ; fixed height issue in tabpane |
||||||
03 Mar 2010: | made ZonePlugin an optional dependency | ||||||
01 Mar 2010: | improved js and css compression using yuicompressor; improved simplemodal integration to foswiki to create modal dialogs with less additional javascript; added custom events to textboxlist: AddValue, DeleteValue , Reset and Clear | ||||||
12 Feb 2010: | added livequery and rewrote all initializers to use it; added rating formfield type; updated jqGrid to latest version; improved foswiki integration and documentation of various plugins; upgraded jwplayer coming with media plugin; using Foswiki:Extensions/ZonePlugin now to optimize page load time |
||||||
08 Feb 2010: | added query-object | ||||||
28 Jan 2010: | added jquery-1.4.1, corner, fluidfont, fullcalendar, localscroll, masonry, scrollto, serialscroll, slimbox; deprecated jquery.nifty; disabled JQSCRIPT and JQSTYLE | ||||||
11 Nov 2009: | added jqGrid library; reorganized documentation | ||||||
07 Nov 2009: | updated Superfish to 1.4.8 and added examples topic, added supersubs plugin, moved JQuery examples from Sandbox to System | ||||||
29 Oct 2009: | added SCRIPTSUFFIX to foswiki var set (CDot) | ||||||
14 Sep 2009: | added perls tubs for jquery.ui, so that you can pull it in via JQREQUIRE now; reworked plugin initialization to allow elements to be init'ed when loaded via ajax; fixed BUTTON to play nicely with TwistyPlugin; only load ui-theme if you jqrequire the ui library | ||||||
20 Aug 2009: | made JQueryPlugin SafeWikiPlugin compatible | ||||||
02 Jul 2009: | improved parsing of foswiki meta tags in html header; fixed jqTreeview initialisation for jquery-1.3.x; fixed chili initialisation; dropped support for konqueror3 | ||||||
23 Jun 2009: | added jquery.focus, jquery.textboxlist, jquery.farbtastic; jquery.gradient; added color and textboxlist formfield types; made JQueryPlugin pluggable itself; added animation switching tabs; improved automaxexpand feature in tabs |
||||||
28 Apr 2009: | added jquery.media, jquery.simplemodal, shell highlightning for chilli | ||||||
03 Feb 2009: | fixed tabpane not being rendered using a rest handler; added id to tabs that can be used to init the first active one; added compressed version of blockUI; replaced ICONTOPIC preference variable with ICONSEARCHPATH to search for icons in multiple directories (defaults to all of FamFamFamContrib) | ||||||
15 Jan 2009: | fixed click target for relative urls in %BUTTON{}%; yet another jquery.wikiword fix | ||||||
13 Jan 2009: | fixed jquery.wikiword not to depend on outside string libraries; added foswiki alias to global javascript variables (Eugen Mayer) | ||||||
08 Jan 2009: | certified for foswiki/compat; fixed BUTTON target for non-wikiword topics | ||||||
12 Dec 2008: | fixed a series of IE6+IE7 issues | ||||||
18 Nov 2008: | added jquery.ifixpng; improved BUTTON tag to have submit and clear and reset buttons; ie6 fixes for BUTTONs; added missing jquery.wikiword plugin | ||||||
13 Nov 2008: | added automaxexpand for TABPANES ; added jquery.shake plugin; reworked BUTTON tag | ||||||
15 Oct 2008: | added jquery.autocomplete, jquery.cycle | ||||||
20 Jul 2008: | added jquery.form, jquery.maskedinput, jquery.validate | ||||||
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: |
|
||||||
Home: | Foswiki:Extensions/JQueryPlugin | ||||||
Support: | Foswiki:Support/JQueryPlugin |
![]() |
jquery-1.2.6.js (54.17K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery-1.2.6.js.gz (16.16K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery-1.2.6.uncompressed.js (97.85K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery-1.3.2.js (55.91K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery-1.3.2.js.gz (19.25K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery-1.3.2.uncompressed.js (117.93K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery-1.3.2p1.js (55.94K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery-1.3.2p1.js.gz (19.26K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery-1.3.2p1.uncompressed.js (117.96K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery-1.4.2.js (77.83K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery-1.4.2.js.gz (25.67K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery-1.4.2.uncompressed.js (160.01K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery.noconflict.js (0.03K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery.patch (0.51K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
jquery.uncompressed.js (97.85K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
Makefile.include (1.31K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|
![]() |
wikiringlogo40x40.png (2.51K)
Saved by install script
version 1 uploaded by AdminUser on 30 Apr 2010 - 17:24
|