TinySort – Javascript.Js
#TinySort #Javascript.Js
TinySort – Javascript.Js TinySort is a small script that sorts HTMLElements. It sorts by text- or attribute value, or by that of one of it’s children. Documentation and examples are at tinysort.sjeiti.com. usage The first (and only required) argument is a NodeList, an array of HTMLElements or a string (which is converted to a NodeList using document.querySelectorAll). tinysort(NodeList); The…
View On WordPress














