jkuery
v1.0.0
Published
A vanilla JS DOM manipulation library, replicating the most widely developed library - jQuery.
Downloads
1
Readme
jkuery
A vanilla JS DOM manipulation library, replicating the most widely developed library - jQuery. Core Function: $k() $k.extend() $k.ajax() DOM manipulation features: html() If it does not receive an argument, it returns the innerHTML of the first targeted DOM node. If invoked with a string argument, it will set the innerHTML to the input for each DOM node selected. empty() append() attr() addClass() removeClass() children() parent() find() remove() on() off()