Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T07:23:31.000Z (over 5 years ago)
- Last Synced: 2023-12-29T19:29:47.357Z (11 months 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) [![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/bonarja/sdom/blob/master/LICENSE) [![Compresed size](https://img.shields.io/github/size/bonarja/sdom/sdom.min.js.svg)]()
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/)