1.0.4 • Published 8 years ago

jdummy v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

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

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago