Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/)