tag-search
Version:
search and list html tags like named anchor links
71 lines (56 loc) • 1.91 kB
HTML
<html>
<body>
<a name="home"></a>
<h2>Home</h2>
<p> <a href="/">home</a> </p>
<h1>Browserified File</h1>
<p>This is a browserify normal build with babel. It includes React, react-dom, jquery, lodash and all dependencies through import.</p>
<h4>To use on your page</h4>
<pre>
<code>
<div id="anchor-search"> </div>
<script src="inclusive.js"></script>
</code></pre>
<p>For old school javascript pages use the example with <a href="globals.html">Global libs.</a> </p>
<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/> </p>
<p><br/> </p>
<p><br/> </p>
<p>scroll down to test jump</p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p>End</p>
<script src="inclusive.js"></script>
</body>
</html>