zigotto / jquery-octofilter

A jQuery plugin to categorized suggestions

Home Page:http://zigotto.github.io/jquery-octofilter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: {
    category_name: ['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 2013 Zigotto® - http://www.zigotto.com

About

A jQuery plugin to categorized suggestions

http://zigotto.github.io/jquery-octofilter/


Languages

Language:JavaScript 69.0%Language:CSS 31.0%