Skip to content

JSO to DOM: easy HTML creation from JavaScript.

License

Notifications You must be signed in to change notification settings

jfjlaros/jso-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Object to DOM

This library makes the creation of (part of) a Document Object Model (DOM) easier by providing a function that converts a nested JavaScript Object (JSO) to a DOM. This eliminates the need for manual element and text creation, hierarchical placement of elements, attribute setting and configuration of callback functions, resulting in more readable and compact code.

This library was originally developed for Greasemonkey user scripts, but it should be usable in any JavaScript program that runs in a browser.

Please see ReadTheDocs for the latest documentation.

About

JSO to DOM: easy HTML creation from JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published