Home / Autocomplete / At.js - Add Github like mentions autocomplete
At.js - Add Github like mentions autocomplete

At.js - Add Github like mentions autocomplete

Download Demo
  • Overview
  • Documents
User Rating: 4.7/5 ( 1 votes)
Your Rating:

At.js is an autocompletion library to autocomplete mentions, smileys etc. just like on Github!

Features Preview

  • Supports HTML5 contentEditable elements (NOT include IE 8)
  • Can listen to any character and not just '@'. Can set up multiple listeners for different characters with different behavior and data
  • Listener events can be bound to multiple inputors.
  • Format returned data using templates
  • Keyboard controls in addition to mouse
    • Tab or Enter keys select the value
    • Up and Down navigate between values (and Ctrl-P and Ctrl-N also)
    • Right and left will re-search the keyword.
  • Custom data handlers and template renderers using a group of configurable callbacks
  • Supports AMD

Requirements

  • jQuery >= 1.7.0.
  • Caret.js (You can use Component or Bower to install it.)

Source: github.com

Scroll To Top