domjs icon indicating copy to clipboard operation
domjs copied to clipboard

foundation for a wishful, modern, jQuery like DOM library written for the DOM Enlightenment book

Results 2 domjs issues
Sort by recently updated
recently updated
newest added

https://github.com/yanhaijing/dom.js thanks you!!! :-)

//if HTML string, construct domfragment, fill object, then return object if(typeof params === 'string' && /^\s_]_>/.test(params)){//yup its forsure html string //create div & docfrag, append div to docfrag, then set...