A well-tested cross-browser JavaScript implementation of the TreeWalker class defined in the W3C specification for DOM Traversal (DOM Level 2).
Stars
2
Forks
1
Watchers
2
Open Issues
15
Overall repository health assessment
No package.json found
This might not be a Node.js project
66
commits
README: Updated TravisCI badge to only consider the `master` branch
823eeebView on GitHubUpdated TravisCI to use new container infrastructure
12de167View on GitHubMerge branch 'master' of github.com:JamesMGreene/jWalker
4fde7b8View on GitHubUpdated jWalker.js to support AMD, Node.js, Narwhal, Ringo, etc. in addition to the browser. Also added a 'noConflict' method to eliminate global pollution.
ed0fc45View on GitHubUpdated jWalker.js to support AMD, Node.js, Narwhal, Ringo, etc. in addition to the browser. Also added a 'noConflict' method to eliminate global pollution.
01f8b35View on GitHubAdded initial implementation of all the traversal methods, severely lacking
726be58View on GitHubDeleted git_hooks for now in favor of using the built-in ones
2208a05View on GitHubUpdated the technique used to fetch jQuery from the CDN or else locally
80470caView on GitHubUpdated .travis.yml to be as barebones as possible: ripped out unnecessary Xfvb setup for PhantomJS, started using filesystem host instead of setting up a dynamic HTTP server with Node.js
9bf903dView on GitHubUpdated unwritten tests to be pending instead of throwing exceptions
76bf426View on GitHubMinor tweak to tests to not be overly specific in our negative-but-affirmative tests with regard to error types
85ef885View on GitHubUpdated the PhantomJS timeout from the default 3s to 10s
d2a0cbaView on GitHubOne more attempt to get TravisCI working for the night
c580c76View on GitHubUpdated TravisCI test execution settings, hopefully it will run correctly now -- although it will still be failing
19023ffView on GitHub