Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 522 Bytes

README.rdoc

File metadata and controls

24 lines (14 loc) · 522 Bytes

jQuery textarea input support Plugin

jQuery textarea input support plugin is jQuery plugin to make textarea like Twitter or Facebook. This plugin is extended from autocomplete of jQueryUI.

Usage

$('#textarea').textareainputsupport({
  source: ["@mat_aki", "@interu", "@kuranuki", "@pastaonly", "@maedana"]
})

Required plugins

Test

rake jasmine:ci

License

Released under the MIT license.