<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>
<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>
<spanclass='description'>Sets or retrieves the text content of the element specified by the current selector.</span>
</div>
<divclass="sectionItem classMethod">
<!--
<divclass="module-filter"> </div>
-->
<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>
<spanclass='description'>Sets or retrieves a css property of the element specified by the current selector.</span>
</div>
<divclass="sectionItem classMethod">
<!--
<divclass="module-filter"> </div>
-->
<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>
<spanclass='description'>Retrieve the keys, or member names of an object</span>
</div>
<divclass="sectionItem classMethod">
<!--
<divclass="module-filter"> </div>
-->
<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>
<spanclass='description'>Retrieves the values of an object, and returns them as an array</span>
</div>
<divclass="sectionItem classMethod">
<!--
<divclass="module-filter"> </div>
-->
<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>
<spanclass='description'>Creates an object, with the property names of the first array, and the values of the second.</span>
</div>
<divclass="sectionItem classMethod">
<!--
<divclass="module-filter"> </div>
-->
<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>
<spanclass='description'>Combines two or more objects/arrays.</span>
</div>
<divclass="sectionItem classMethod">
<!--
<divclass="module-filter"> </div>
-->
<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>
<spanclass='description'>Replaces sections of strings in a greedy fashion, starting with the longest replace pairs first.</span>