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

Octofilter is a jQuery plugin that converts a regular text input into a tags input with support for autocomplete while typing.

Bootstrap tags-input Autocomplete

Documentation

jQuery Octofilter

A jQuery plugin to categorized suggestions.

Usage

Include jQuery and Bootstrap Tabs:

<script src="jquery.js"></script> <script src="bootstrap-tab.js"></script>

Include plugin's CSS and JS:

<link rel="stylesheet" href="assets/jquery-octofilter.css"> <script src="src/jquery-octofilter.js"></script>

Call the plugin:

$('input').octofilter({   source: {     categoryName: ['Value1', 'Value2']   } });

Examples

Check out for example's source code here

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

That's it! Enjoy!

Licence

MIT License. Copyright (c) 2015 Marcelo Fraga


You May Also Like