Luo Chord is announcing that At.js with version number 1.3.1 is already available to download.
What is At.js ?
At.js is A jQuery plugin for implementing a feature similar to the Twitter mentions system, all powered via client-side JavaScript and some AJAX .
At.js works by showing a drop-down with input alternatives whenever a trigger character is typed.By default the trigger character is the Twitter sign for mentions ‘@’.That can be changed to any other character.A demo is included with the download package, to help programmers with their own implementations and variations.At.js is also available as a Component, Bower and Rails plugin.
This is changelog for At.js version 1.3.1 :
- The insertTpl option will be used in textarea as well. The default value is “${atwho-at}${name}”.
- Added afterMatchFailed callback to contentEditable It will be invoked after fail to match any query and stopping matching.
- Fixed wrong offset in iframe.
- Replaced iframeStandalone with iframeAdRoot.
You can read the complete changelog and also download this latest version on their homepage: ichord.github.io


