Link-me is a simple jQuery plugin to attach links to elements
2.0.0
https://www.npmjs.com/package/link-me
npm install link-me
$('span').linkme({
href: 'http://jyotsnasingh.com',
text: 'Click Me',
target : '_blank'
});
jQuery - http://jquery.com
MIT License