🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

goslowTag is a lightweight jQuery plugin to highlight hashtags inside your text fields (input fields and textareas) by wrapping the #hashtag in the span element.

hashtag

Documentation

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(); });

You May Also Like