smeserver-phpsysinfo/root/opt/phpsysinfo/js/jQuery
2024-09-07 20:53:46 +10:00
..
jquery-1.js initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024 2024-09-07 20:53:46 +10:00
jquery.dataTables.js initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024 2024-09-07 20:53:46 +10:00
jquery.jgrowl.js initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024 2024-09-07 20:53:46 +10:00
jquery.js initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024 2024-09-07 20:53:46 +10:00
jquery.nyroModal.js initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024 2024-09-07 20:53:46 +10:00
jquery.timers.js initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024 2024-09-07 20:53:46 +10:00
jquery.treegrid.js initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024 2024-09-07 20:53:46 +10:00
jquery.treeTable.js initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024 2024-09-07 20:53:46 +10:00
README initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024 2024-09-07 20:53:46 +10:00
README_bootstrap initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024 2024-09-07 20:53:46 +10:00

versions, links and simple description of used jquery files
===========================================================

jquery.js
---------
VERSION  : 2.1.4
URL      : http://jquery.com/
DESC     : 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.
USED     : used for the entire userinterface

jquery-1.js
---------
VERSION  : 1.11.3
URL      : http://jquery.com/
DESC     : 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.
USED     : used for the entire userinterface


jquery.dataTables.js
--------------------
VERSION  : 1.8.2
URL      : http://plugins.jquery.com/project/DataTables
DESC     : dataTables is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable
           table without page refreshes.
USED     : provide tablesorting for the filesystem table

jquery.nyroModal.js
-------------------
VERSION  : 1.6.2+jquery1.8fix
URL      : http://plugins.jquery.com/project/nyroModal
DESC     : nyroModal is a high customizable modal window plugin.
USED     : provide a modal dialog, that is shown when errors are found during execution of the php parsers, or lets say
           in this way: if there are error elements in the xml file

jquery.timers.js
----------------
VERSION  : 0.1
URL      : http://plugins.jquery.com/project/Timer
DESC     : provides a cleaner way to handle intervals
USED     : automatic reloading of the entire page

jquery.jgrowl.js
----------------
VERSION  : 1.2.6
URL      : http://plugins.jquery.com/project/jGrowl
DESC     : jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works
USED     : show alert and error message

jquery.treeTable.js
-------------------
VERSION  : 2009-06-22+statefix
URL      : http://plugins.jquery.com/project/jQTreeTable; http://www.hanpau.com/index.php?page=jqtreetable
DESC     : Take a plain html table, wrap the rows you want collapsing/expanding in a tbody tag with an id of treetable, map each row to it's parent row, set some options, and let jQTreeTable take it from there.
USED     : Hardware, Memory, UPS blocks

$Id: README 702 2012-09-21 16:52:32Z namiltd $