jquery-hashtags

0.5.0 • Public • Published

jquery-hashtags

Features Preview

This jQuery plugin allows it to automatically highlight hashtags in textareas like those on facebook.

Demo

http://lookapanda.github.io/jquery-hashtags/

Integrating with your Application

Include the following files in your HTML and you are good to go.

 <link href="css/jquery.hashtags.css" rel="stylesheet">
 <script src="js/jquery-2.1.4.min.js" type="text/javascript"></script> 
 <script src="js/jquery.autosize.js" type="text/javascript"></script> 
 <script src="js/jquery.hashtags.js" type="text/javascript"></script>`
 $(document).ready(function() {
    $("textarea").hashtags();
 });

Bower

For installing using Bower you can use bower install jquery-hashtag-highlighter

NPM

This plugin is also available in npm with npm install jquery-hashtags

Readme

Keywords

none

Package Sidebar

Install

npm i jquery-hashtags

Weekly Downloads

1

Version

0.5.0

License

GLGPLv2.1

Last publish

Collaborators

  • lookapanda