<!DOCTYPE html><htmllang="en"><head><metahttp-equiv="content-type"content="text/html; charset=utf-8"/><metaname="generator"content="JsDoc Toolkit"/><title>JsDoc Reference - $_.template</title><scripttype="text/javascript"src="../jproton.js"></script><scripttype="text/javascript"src="../ui.js"></script><scripttype="text/javascript"src="../sh.js"></script><linkrel=stylesheethref="../sh.css"type="text/css"><linkrel=stylesheethref="../default.css"type="text/css"></head><body><divid="main-wrapper"><divid="main"><divid="index"class="fixed"><divid="index-wrapper"><divclass="header"><divid="index-close"title="Esconde o outline."> </div><divid="index-title">Project Outline</div></div><divid="index-menu"><ahref="../index.html">Class Index</a> | <ahref="../files.html">File Index</a></div><divid="index-content"><divclass="classList"><divclass="section"><divtitle='$_ Constructor function'class='itemName namespace'><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 / sessionstorage 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='Event Listener module'><ahref="../symbols/%24_.event.html">event</a></b></div><divclass='sectionItem classProperty'><bclass='icon'title='Module for html templating.'><ahref="../symbols/%24_.template.html">template</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">object</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><divclass="section"><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#.removeC