UNPKG

tag-search

Version:

search and list html tags like named anchor links

79 lines (63 loc) 2.58 kB
<html> <body> <a name="home"></a> <h2>Home</h2> <p> <a href="/">home</a> </p> <h1>Browserified with globals File</h1> <p>This is a browserify normal build with babel. It includes global shims for React, ReactDom, JQuery, and lodash.</p> <h4>To use on your page</h4> <pre> <code> &lt;div id="anchor-search"&gt; &lt;/div&gt; &lt;script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react.js"&gt;&lt;/script&gt; &lt;script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react-dom.min.js"&gt;&lt;/script&gt; &lt;script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"&gt;&lt;/script&gt; &lt;script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js"&gt;&lt;/script&gt; &lt;script src="globals.js"&gt;&lt;/script&gt; </code></pre> <h4>System.js Build</h4> <p>For System.js builds checkout the <a href="../systemjs/index.html">dev System.js build</a>, the <a href="../systemjs/inclusive.html">inclusive System.js build</a>, or the example with <a href="../systemjs/globals.html">global libs.</a> </p> <div id="anchor-search"> </div> <a name="systemjs-normal"></a> <h3>System.js</h3> <p> <a href="/systemjs/index.html">dev System.js build</a> </p> <a name="systemjs-inclusive"></a> <h3>System.js inclusive file</h3> <p><a href="/systemjs/inclusive.html">inclusive System.js build</a></p> <a name="systemjs-global"></a> <h3>System.js using global dependencies</h3> <p><a href="/systemjs/globals.html">global libs.</a></p> <a name="browserify-inclusive"></a> <h3>Broserified inclusive file</h3> <p><a href="./">inclusive browserify build</a></p> <a name="systemjs-global"></a> <h3>Browserified using global dependencies</h3> <p><a href="/browserify/globals.html">global libs.</a></p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p>scroll down to test jump</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p><br/>&nbsp;</p> <p>End</p> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.14.0/react-dom.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js"></script> <script src="globals.js"></script> </body> </html>