spacerjs
Version:
Manipulate the DOM easily
420 lines (99 loc) • 4.41 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Global</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Global</h1>
<section>
<header>
<h2></h2>
</header>
<article>
<div class="container-overview">
<dl class="details">
</dl>
</div>
<h3 class="subsection-title">Members</h3>
<h4 class="name" id="body"><span class="type-signature"></span>body<span class="type-signature"></span></h4>
<div class="description">
Body Element @type {HTMLElement}
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Spacer.js.html">Spacer.js</a>, <a href="Spacer.js.html#line771">line 771</a>
</li></ul></dd>
</dl>
<h4 class="name" id="head"><span class="type-signature"></span>head<span class="type-signature"></span></h4>
<div class="description">
Head Element @type {HTMLElement}
</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Spacer.js.html">Spacer.js</a>, <a href="Spacer.js.html#line773">line 773</a>
</li></ul></dd>
</dl>
<h3 class="subsection-title">Methods</h3>
<h4 class="name" id="_appendCustom"><span class="type-signature"></span>_appendCustom<span class="signature">(key, func)</span><span class="type-signature"></span></h4>
<div class="description">
Appends a custom function to _().fn
</div>
<h5>Parameters:</h5>
<table class="params">
<thead>
<tr>
<th>Name</th>
<th>Type</th>
<th class="last">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="name"><code>key</code></td>
<td class="type">
<span class="param-type">string</span>
</td>
<td class="description last">Custom Function name</td>
</tr>
<tr>
<td class="name"><code>func</code></td>
<td class="type">
<span class="param-type">function</span>
|
<span class="param-type">any</span>
</td>
<td class="description last">Custom Function</td>
</tr>
</tbody>
</table>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="Spacer.js.html">Spacer.js</a>, <a href="Spacer.js.html#line781">line 781</a>
</li></ul></dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="-_.html">_</a></li></ul><h3>Global</h3><ul><li><a href="global.html#_appendCustom">_appendCustom</a></li><li><a href="global.html#body">body</a></li><li><a href="global.html#head">head</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Wed May 12 2021 13:51:06 GMT-0400 (Eastern Daylight Time)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>