https://github.com/bonarja/sdom
Simplify the task of manipulating the DOM and use animations by Prototype (like jQuery)
https://github.com/bonarja/sdom
animatecss animation dom frontend handling prototype
Last synced: 8 months ago
JSON representation
Simplify the task of manipulating the DOM and use animations by Prototype (like jQuery)
- Host: GitHub
- URL: https://github.com/bonarja/sdom
- Owner: bonarja
- License: other
- Created: 2019-06-13T02:26:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T07:23:31.000Z (over 6 years ago)
- Last Synced: 2025-01-18T17:49:18.999Z (about 1 year ago)
- Topics: animatecss, animation, dom, frontend, handling, prototype
- Language: JavaScript
- Homepage: https://bonarja.github.io/sdom
- Size: 2 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple DOM (SDOM) [](https://github.com/bonarja/sdom/blob/master/LICENSE) []()
SDOM Is an extension of the JavaScript NodeList and Element prototype, it adds extra functions to work on the entire result list of a querySelectorAll.
The SDOM functions simplify the task of manipulating the html DOM and are similar to the most common functions of the old jQuery, all this in a simpler and lighter script summarizing only the essential and more useful using more current and compatible javascript properties.
SDOM includes a function \_ that returns a document.querySelectorAll to decrease the code scrambling.
# Complete Documentation
[https://bonarja.github.io/sdom](https://bonarja.github.io/sdom/)