jdummy
v1.0.4
Published
bare bare bare bones module to make html strings from fake dom elements
Downloads
11
Readme
I'm fed up with jquery / cheerio on node side of things all i ever wanted was to make elements with:
$('<div>', {
property: 'whatever you want to insert',
property2: 'whatever you want to insert2',
});and have those objects support
.append()
.prepend()
.html()Simple enough? i think so haha
mind you i wrote this for myself so that i could avoid frontend js rendering :P
