README 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. -------------------------------------------------------------------------------
  2. Project Name: NodeList
  3. -------------------------------------------------------------------------------
  4. Version 0.01
  5. Release date: 07/20/2010
  6. -------------------------------------------------------------------------------
  7. Project state:
  8. experimental
  9. -------------------------------------------------------------------------------
  10. Credits:
  11. Bill Keese
  12. -------------------------------------------------------------------------------
  13. Project description
  14. This project is meant to extend NodeList with various methods. The first is
  15. delegate(), similar to jQuery's delegate method (http://api.jquery.com/delegate/)
  16. -------------------------------------------------------------------------------
  17. Dependencies:
  18. dojo base
  19. dojo.NodeList-traverse
  20. -------------------------------------------------------------------------------
  21. Documentation
  22. Documentatation will reside at:
  23. http://api.dojotoolkit.org/NodeList
  24. -------------------------------------------------------------------------------
  25. Installation instructions
  26. Just dojo.require("dojox.NodeList.delegate") in your application and then
  27. delegate() is added as a method to NodeList.
  28. -------------------------------------------------------------------------------