makelink
v0.1.0
Published
Simple jQuery plugin to convert any element into a link.
Downloads
2
Maintainers
Readme
#makelink jQuery Plugin
makelink is a simple jQuery plugin to attach links to elements.
Version
0.1.0
Usage
$('span').makelink({
href: 'http://test.com',
text: 'Click Me',
target: '_blank'
});
Vendors
jQuery - http://jquery.com
License
MIT License