<divclass='method-toggler'> </div><spanclass='icon'><ahref="symbols/%24_.html">$_</a></span></div><divclass='sectionItems'><divclass='sectionItem classProperty'><bclass='icon'title='DOM Dom manipulation module'><ahref="symbols/%24_.dom.html">dom</a></b></div><divclass='sectionItem classProperty'><bclass='icon'title='Wrapper for localstorage data serialization'><ahref="symbols/%24_.store.html">store</a></b></div><divclass='sectionItem classProperty'><bclass='icon'title='String and object manipulation utilities'><ahref="symbols/%24_.util.html">util</a></b></div><divclass='sectionItem classProperty'><bclass='icon'title=''><ahref="symbols/%24_.event.html">event</a></b></div><divclass='sectionItem classMethod'><bclass='icon'title='$ Simple DOM selector function'><ahref="symbols/%24_.html#.$">$</a></b><spanclass='signature'>(<spantitle="selector">string</span>, <spantitle="context">string</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Adds the property `obj` to the $_ object, calling it `name`'><ahref="symbols/%24_.html#.ext">ext</a></b><spanclass='signature'>(<spantitle="name">string</span>, <spantitle="obj">object</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Iterates over a $_ object, applying a callback to each item'><ahref="symbols/%24_.html#.each">each</a></b><spanclass='signature'>(<spantitle="callback">function</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Retrieves the type of the passed variable'><ahref="symbols/%24_.html#.type">type</a></b><spanclass='signature'>(<spantitle="obj">mixed</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Sends a GET type ajax request'><ahref="symbols/%24_.html#.get">get</a></b><spanclass='signature'>(<spantitle="url">string</span>, <spantitle="data">object</span>, <spantitle="callback">function</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Sends a POST type ajax request'><ahref="symbols/%24_.html#.post">post</a></b><spanclass='signature'>(<spantitle="url">string</span>, <spantitle="data">object</span>, <spantitle="callback">function</span>)</span></div></div></div>
<divtitle='DOM Dom manipulation module'class='itemName namespace'>
<divclass='method-toggler'> </div><spanclass='icon'><ahref="symbols/%24_.dom.html">$_.dom</a></span></div><divclass='sectionItems'><divclass='sectionItem classMethod'><bclass='icon'title='Adds a class to the element(s) specified by the current selector'><ahref="symbols/%24_.dom.html#.addClass">addClass</a></b><spanclass='signature'>(<spantitle="class">string</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Removes a class from the element(s) specified by the current selector'><ahref="symbols/%24_.dom.html#.removeClass">removeClass</a></b><spanclass='signature'>(<spantitle="class">string</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Hides the element(s) specified by the current selector'><ahref="symbols/%24_.dom.html#.hide">hide</a></b><spanclass='signature'>()</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Shows the element(s) specified by the current selector.'><ahref="symbols/%24_.dom.html#.show">show</a></b><spanclass='signature'>(<spantitle="type">string</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Sets attributes on element(s) specified by the current selector, or, if name is not specified, returns the value of the attribute of the element specified by the current selector.'><ahref="symbols/%24_.dom.html#.attr">attr</a></b><spanclass='signature'>(<spantitle="name">string</span>, <spantitle="value">string</span>)</span></div></div></div>
<divclass="section">
<divtitle=''class='itemName namespace'>
<divclass='method-toggler'> </div><spanclass='icon'><ahref="symbols/%24_.event.html">$_.event</a></span></div><divclass='sectionItems'><divclass='sectionItem classMethod'><bclass='icon'title='Adds an event that returns a callback when triggered on the selected event and selector'><ahref="symbols/%24_.event.html#.add">add</a></b><spanclass='signature'>(<spantitle="event">string</span>, <spantitle="callback">function</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Removes an event bound the the specified selector, event type, and callback'><ahref="symbols/%24_.event.html#.remove">remove</a></b><spanclass='signature'>(<spantitle="event">string</span>, <spantitle="callback">string</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Binds a persistent, delegated event'><ahref="symbols/%24_.event.html#.live">live</a></b><spanclass='signature'>(<spantitle="target">string</span>, <spantitle="event">string</span>, <spantitle="callback">function</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Binds an event to a parent object'><ahref="symbols/%24_.event.html#.delegate">delegate</a></b><spanclass='signature'>(<spantitle="target">string</span>, <spantitle="event_type">string</span>)</span></div></div></div>
<divclass="section">
<divtitle='Wrapper for localstorage data serialization'class='itemName namespace'>
<divclass='method-toggler'> </div><spanclass='icon'><ahref="symbols/%24_.store.html">$_.store</a></span></div><divclass='sectionItems'><divclass='sectionItem classMethod'><bclass='icon'title='Retrieves and deserializes a value from localstorage, based on the specified key'><ahref="symbols/%24_.store.html#.get">get</a></b><spanclass='signature'>(<spantitle="key">string</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Puts a value into localstorage at the specified key, and JSON-encodes the value if not a string'><ahref="symbols/%24_.store.html#.set">set</a></b><spanclass='signature'>(<spantitle="key">string</span>, <spantitle="value">mixed</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Removes the specified item from localstorage'><ahref="symbols/%24_.store.html#.remove">remove</a></b><spanclass='signature'>(<spantitle="key">string</span>)</span></div></div></div>
<divclass="section">
<divtitle='String and object manipulation utilities'class='itemName namespace'>
<divclass='method-toggler'> </div><spanclass='icon'><ahref="symbols/%24_.util.html">$_.util</a></span></div><divclass='sectionItems'><divclass='sectionItem classMethod'><bclass='icon'title='Sets or retrieves the text content of the element specified by the current selector.'><ahref="symbols/%24_.util.html#.text">text</a></b><spanclass='signature'>(<spantitle="value">string</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Sets or retrieves a css property of the element specified by the current selector.'><ahref="symbols/%24_.util.html#.css">css</a></b><spanclass='signature'>(<spantitle="property">string</span>, <spantitle="value">string</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Retrieve the keys, or member names of an object'><ahref="symbols/%24_.util.html#.object_keys">object_keys</a></b><spanclass='signature'>(<span>object</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Retrieves the values of an object, and returns them as an array'><ahref="symbols/%24_.util.html#.object_values">object_values</a></b><spanclass='signature'>(<span>object</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Creates an object, with the property names of the first array, and the values of the second.'><ahref="symbols/%24_.util.html#.array_combine">array_combine</a></b><spanclass='signature'>(<spantitle="keys">array/object</span>, <spantitle="vals">array/object</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Combines two or more objects/arrays.'><ahref="symbols/%24_.util.html#.object_merge">object_merge</a></b><spanclass='signature'>(<spantitle="[as many as you wish to combine]">object</span>)</span></div><divclass='sectionItem classMethod'><bclass='icon'title='Replaces sections of strings in a greedy fashion, starting with the longest replace pairs first.'><ahref="symbols/%24_.util.html#.str_trans">str_trans</a></b><spanclass='signature'>(<spantitle="input_string">string</span>, <span>mixed</span>, <spantitle="to">string</span>)</span></div></div></div>