goslowTag
A simple jQuery plugin for initializing hashtags on input fields and textareas
Integrating with your application
Include the following lines in your HTML
<link rel="stylesheet" href="css/goslowTag.css"> <script src="js/jquery.js"></script> <script src="js/goslowTag.js"></script>
Initialization
intialize goslowTag in your javascript within the document.ready
$(document).on('ready', function() { $('input').goslowTag(); });