JamesMGreene / jWalker

A well-tested cross-browser JavaScript implementation of the TreeWalker class defined in the W3C specification for DOM Traversal (DOM Level 2).
http://jamesmgreene.github.com/jWalker/
MIT License
2 stars 1 forks source link

Improve the documentation #4

Open JamesMGreene opened 12 years ago

JamesMGreene commented 12 years ago

Provide better documentation, including but not limited to:

  1. More usage examples
  2. Example of how to shim as a native TreeWalker
  3. Known issues, if any