jquerylinkit

0.2.0 • Public • Published

LinkIt jQuery Plugin#

LinkIt is a simple jquery plugin to attach elements. Made it to test jquery plugin creations

Version##

0.2.0

Usage##

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

Vendors##

jQuery - http://jquerycom

License##

MIT License

Readme

Keywords

Package Sidebar

Install

npm i jquerylinkit

Weekly Downloads

4

Version

0.2.0

License

MIT

Last publish

Collaborators

  • diegoalmesp