jquery-anything-clickable
A jQuery plugin which makes anything clickable easily.
How to install
$ npm install jquery-anything-clickableAnd add your reference:
<script src="node_modules/jquery/dist/jquery.min.js"></script> <script src="node_modules/jquery-anything-clickable/src/jquery-anything-clickable.js"></script>How to use
Create an element.
<p> </p>And change it like this.
<p data-href="https://www.aiursoft.com"> </p>And when it starts, just click it!
You can even add data-href to
<hr> <img> <tr> <td> <video> <div> ... And anything!