summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/NodeList/README
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.7.2/dojox/NodeList/README
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo-1.7.2/dojox/NodeList/README')
-rw-r--r--js/dojo-1.7.2/dojox/NodeList/README33
1 files changed, 33 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/NodeList/README b/js/dojo-1.7.2/dojox/NodeList/README
new file mode 100644
index 0000000..039c37d
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/NodeList/README
@@ -0,0 +1,33 @@
+-------------------------------------------------------------------------------
+Project Name: NodeList
+-------------------------------------------------------------------------------
+Version 0.01
+Release date: 07/20/2010
+-------------------------------------------------------------------------------
+Project state:
+ experimental
+-------------------------------------------------------------------------------
+Credits:
+ Bill Keese
+-------------------------------------------------------------------------------
+Project description
+
+This project is meant to extend NodeList with various methods. The first is
+delegate(), similar to jQuery's delegate method (http://api.jquery.com/delegate/)
+-------------------------------------------------------------------------------
+Dependencies:
+ dojo base
+ dojo.NodeList-traverse
+-------------------------------------------------------------------------------
+Documentation
+ Documentation resides at:
+ http://api.dojotoolkit.org/NodeList
+
+-------------------------------------------------------------------------------
+Installation instructions
+
+Just dojo.require("dojox.NodeList.delegate") in your application and then
+delegate() is added as a method to NodeList.
+
+-------------------------------------------------------------------------------
+