Subversion Repositories ALCASAR

Rev

Rev 2808 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
2808 rexy 1
versions, links and simple description of used jquery files
2
===========================================================
3
 
4
 
5
jquery.js
6
---------
7
VERSION  : 1.12.4-ff3fix-ff2fix
8
URL      : http://jquery.com/
9
DESC     : jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle
10
           events, perform animations, and add Ajax interactions to your web pages.
11
USED     : used for the entire userinterface
12
 
13
 
14
jquery.dataTables.js
15
--------------------
2976 rexy 16
VERSION  : 1.8.2+jquery1.9fix+parseJSONfix2+bindfix+samesitefix
2808 rexy 17
URL      : http://plugins.jquery.com/project/DataTables
18
DESC     : dataTables is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable
19
           table without page refreshes.
20
USED     : provide tablesorting for the filesystem table
21
 
22
jquery.nyroModal.js
23
-------------------
24
VERSION  : 1.6.2+jquery1.8fix+bindfix
25
URL      : http://plugins.jquery.com/project/nyroModal
26
DESC     : nyroModal is a high customizable modal window plugin.
27
USED     : provide a modal dialog, that is shown when errors are found during execution of the php parsers, or lets say
28
           in this way: if there are error elements in the xml file
29
 
30
jquery.timer.js
31
----------------
32
VERSION  : 0.1
33
URL      : http://plugins.jquery.com/project/Timer; https://github.com/sloat/timer
34
DESC     : provides a cleaner way to handle intervals
35
USED     : automatic reloading of the entire page
36
 
37
jquery.jgrowl.js
38
----------------
39
VERSION  : 1.2.6+jquery1.9fix+jquery3fix+bindfix
40
URL      : http://plugins.jquery.com/project/jGrowl
41
DESC     : jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works
42
USED     : show alert and error message
43
 
44
jquery.treeTable.js
45
-------------------
46
VERSION  : 2009-06-22+statefix+spanfix+altfix+undefinedfix+ie6cachefix+multilinefix+divfix
47
URL      : http://plugins.jquery.com/project/jQTreeTable; http://www.hanpau.com/index.php?page=jqtreetable
48
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.
49
USED     : Hardware, Memory, UPS blocks
50
 
51
jquery.ifixpng.js
52
-------------------
53
VERSION  : 2.1 (23/04/2008)+jquery1.8fix
54
URL      : http://jquery.khurshid.com
55
DESC     : Designed to fix that problem by applying appropriate filters to user specified elements, while keeping all element tags intact.
56
USED     : used for the entire userinterface
57
 
58
$Id: README 702 2012-09-21 16:52:32Z namiltd $