At.js-1.5.4/ 0000775 0000000 0000000 00000000000 13117252103 0012473 5 ustar 00root root 0000000 0000000 At.js-1.5.4/.codoopts 0000664 0000000 0000000 00000000220 13117252103 0014320 0 ustar 00root root 0000000 0000000 --name "Codo" --readme README.md --title "At.js Documentation" --private --quiet --output-dir ./doc ./src - LICENSE CHANGELOG.md At.js-1.5.4/.gitignore 0000664 0000000 0000000 00000000127 13117252103 0014463 0 ustar 00root root 0000000 0000000 *.swp .DS_Store doc/ node_modules/ _* bower_components/ components .grunt *.log build/ At.js-1.5.4/.travis.yml 0000664 0000000 0000000 00000000425 13117252103 0014605 0 ustar 00root root 0000000 0000000 language: node_js node_js: - "4" notifications: email: on_success: never # default: change on_failure: change # default: always branches: only: - master - stable - beta before_script: - npm install -g gulp - npm install -g bower - bower install At.js-1.5.4/CHANGELOG.md 0000664 0000000 0000000 00000025213 13117252103 0014307 0 ustar 00root root 0000000 0000000 ### v1.5.0 add `headerTpl` settings * 7a41d93 - #375 from vcekov/fix_scroll_position - Valentin Cekov * ecbf34f - #373 from vcekov/val/fix_key_navigation_interefence_with_mouse - Valentin Cekov * b68cf84 - #364 from WorktileTech/master - Harold.Luo * f836f04 - #372 from vcekov/fix_caret_for_space_after_@ - Harold.Luo * 06cf6bb - Properly set caret position after failed match - Valentin Cekov * c9ed2e2 - support header template. - htz ### v1.4.0 #### Contenteditable Pressing `Backspace` will turn the inserted element back to the origin query 'moment'. * 84edc9f - skip inserted element when moving left or right - ichord * 25a61d3 - the jQuery npm package is now called jquery. Fixes #338 - Mick Staugaard * 03ed71f - Merge pull request #351 from mociepka/master - Harold.Luo * ae00dc3 - Point main script in package json - Michał Ociepka * c5f31f5 - Merge branch 'dev' into HEAD - ichord * c399397 - fix contenteditable cursor bug when typing "a" into query - ichord * 7f4295a - fix previous replacements get clobbered when re-intering the inserted element - ichord * f00fabd - Merge pull request #354 from lvegerano/master - Harold.Luo * a42065e - Adds guard to event and dist file - Luis Vegerano * e4aaa30 - Add option to disable loopUp on click - Luis Vegerano * c9b7609 - Fix bug where callbacks would run before reaching minLen. Fixes #329. - Mike Leone * f8692dc - Add support for minLen. Connects to issue #316. - Mike Leone * fd7d298 - FIX: the value of `isSelecting` - ichord * c374c93 - FIX: IME typing error - ichord ### v1.3.0 * 7f2189d - fix #294 inserts "" suffix in contenteditable * bae95d9 - add `tabSelectsMatch` setting to make tab selection optional * e966aba - Merge pull request #298 from kkirsche/patch-1 - Harold.Luo * 9f78239 - Remove moot `version` property from bower.json - Kevin Kirsche ### v1.2.0 db09ac7 -> 886613f * 886613f - add `$.fn.atwho.debug = false` to trigger debug mode * 6567af9 - Enable default events when nothing is highlighted - Teemu * 752ad4a - Add scrollDuration option. - Takuru * bf17d43 - add parameter to allow for a spacebar in the middle of a search so that you can match a first + last name, for example - Feather Knee * a1d5fe7 - add `reposition` API - ichord * 9bcb06e - add "onInsert", "onDispaly" arguments to `tplEval` - ichord * db09ac7 - add `hide` api - ichord ### v1.1.0 * lisafeather/displyTplCallBack - #259 * ADD: `editableAtwhoQueryAttrs` options * Added setting for 'spaceSelectsMatch' (default false/off) ### v1.0.0 **The naming convention are using camel case**. It means that every callback and setting's name are switched from underscope_naming to CamelNaming. Sorry about this. Future version's naming will follow the rules of http://semver.org constantly. #### Options: * Replaced `tpl` with `displayTpl`: display template of dropdown menu items. In previous versions, At.js will fetch the value of `data-value` to insert; It stops doing it. Please use the `insertTpl` option to manage the content to insert instead. The default value is `"
hello!
At.js-1.5.4/examples/hashtags.html 0000664 0000000 0000000 00000003751 13117252103 0017007 0 ustar 00root root 0000000 0000000
And!! it support ContentEditable mode too!!
Try here now!
:h