link_it
v0.3.0
Published
Simple plugin to convert any element into a link
Downloads
2
Maintainers
Readme
LinkIt jQuery Plugin#
LinkIt is a simple jQuery plugin to attach links to elements
##Version## 0.2.0
##Usage##
$('span').linkIt({
href: 'http://test.com',
text: 'Click me',
target: '_blank'
});
##License## MIT License