Subversion Repositories ALCASAR

Rev

Rev 2808 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2808 Rev 2976
1
versions, links and simple description of used jquery files
1
versions, links and simple description of used jquery files
2
===========================================================
2
===========================================================
3
 
3
 
4
 
4
 
5
jquery.js
5
jquery.js
6
---------
6
---------
7
VERSION  : 1.12.4-ff3fix-ff2fix
7
VERSION  : 1.12.4-ff3fix-ff2fix
8
URL      : http://jquery.com/
8
URL      : http://jquery.com/
9
DESC     : jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle
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.
10
           events, perform animations, and add Ajax interactions to your web pages.
11
USED     : used for the entire userinterface
11
USED     : used for the entire userinterface
12
 
12
 
13
 
13
 
14
jquery.dataTables.js
14
jquery.dataTables.js
15
--------------------
15
--------------------
16
VERSION  : 1.8.2+jquery1.9fix+parseJSONfix2+bindfix
16
VERSION  : 1.8.2+jquery1.9fix+parseJSONfix2+bindfix+samesitefix
17
URL      : http://plugins.jquery.com/project/DataTables
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
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.
19
           table without page refreshes.
20
USED     : provide tablesorting for the filesystem table
20
USED     : provide tablesorting for the filesystem table
21
 
21
 
22
jquery.nyroModal.js
22
jquery.nyroModal.js
23
-------------------
23
-------------------
24
VERSION  : 1.6.2+jquery1.8fix+bindfix
24
VERSION  : 1.6.2+jquery1.8fix+bindfix
25
URL      : http://plugins.jquery.com/project/nyroModal
25
URL      : http://plugins.jquery.com/project/nyroModal
26
DESC     : nyroModal is a high customizable modal window plugin.
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
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
28
           in this way: if there are error elements in the xml file
29
 
29
 
30
jquery.timer.js
30
jquery.timer.js
31
----------------
31
----------------
32
VERSION  : 0.1
32
VERSION  : 0.1
33
URL      : http://plugins.jquery.com/project/Timer; https://github.com/sloat/timer
33
URL      : http://plugins.jquery.com/project/Timer; https://github.com/sloat/timer
34
DESC     : provides a cleaner way to handle intervals
34
DESC     : provides a cleaner way to handle intervals
35
USED     : automatic reloading of the entire page
35
USED     : automatic reloading of the entire page
36
 
36
 
37
jquery.jgrowl.js
37
jquery.jgrowl.js
38
----------------
38
----------------
39
VERSION  : 1.2.6+jquery1.9fix+jquery3fix+bindfix
39
VERSION  : 1.2.6+jquery1.9fix+jquery3fix+bindfix
40
URL      : http://plugins.jquery.com/project/jGrowl
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
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
42
USED     : show alert and error message
43
 
43
 
44
jquery.treeTable.js
44
jquery.treeTable.js
45
-------------------
45
-------------------
46
VERSION  : 2009-06-22+statefix+spanfix+altfix+undefinedfix+ie6cachefix+multilinefix+divfix
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
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.
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
49
USED     : Hardware, Memory, UPS blocks
50
 
50
 
51
jquery.ifixpng.js
51
jquery.ifixpng.js
52
-------------------
52
-------------------
53
VERSION  : 2.1 (23/04/2008)+jquery1.8fix
53
VERSION  : 2.1 (23/04/2008)+jquery1.8fix
54
URL      : http://jquery.khurshid.com
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.
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
56
USED     : used for the entire userinterface
57
 
57
 
58
$Id: README 702 2012-09-21 16:52:32Z namiltd $
58
$Id: README 702 2012-09-21 16:52:32Z namiltd $
59
 
59