linkit_test

Simple plugin to convert any element into a link.

Usage no npm install needed!

<script type="module">
  import linkitTest from 'https://cdn.skypack.dev/linkit_test';
</script>

README

LinkIt jQuery Plugin

LinkIt is a simple jQuery plugin to attach links to elements

Version

0.3.0

Usage

    $('span').linkIt({
        href: 'http://test.com',
        text:'Click Me',
        target:'_blank'
    });

Vendors

jQuery - http://jquery.com

License

MIT License