Gurigraphics / DOMinus.js

DOMinus.js is a reactive data binding library that turn HTML irrelevant.
4 stars 1 forks source link

Updated to 2.0.5 #23

Closed Gurigraphics closed 5 years ago

Gurigraphics commented 5 years ago

Add methods

DOM.newID() // return new ID number
DOM.getValue("#id") // get value of a element
DOM.getParentID("elementName") // get ID of parent element
DOM.getEventAttr(event, "attribute type" ) // get attribute value of an element

Add new submodule

UTILS.log

Fixed

DOM.remove PROXY.deleteProperty