Functions

tags el: gets an element by id els: gets an element's style object by elm's id tags: get tags into array by tag name cq: CSS Query: returns elements based upon simple 'tag #id .class' css selectors aCSS: adds a new stylesheet from a string containing css text Array extras map: applies a function to each index of an array filter: filters array elements according to truthfulness of function's return indexOf: gives arrays an indexOf feature pluck: build a new array of objects from a passed array of keynames random: a random element of an array unique: returns a duplicate-free array valids: array stripped of undefined elements _: a property of each element data handlers CB : clipboard access store: client-side persistence IO : file saving and loading. loads synchronous, saves asynch jsGet: simple remote scripting tag adder tmpl8: template : tmpl8( [{a:1},{a:4}] , "#: **a**\t") ="#: 1 #: 4 " .toSource: json serializer rakes obKeys: array of object's key names obMap: 2 column array from objects key and values : [[key],[value]] obVals: array of object's values obValsl: returns an array of objects from objects with native .length properties