setdirection/twinput
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
twinput: jQuery plugin to add rich twitter input to inputs
Examples
$('.twitter').twinput() // simple, use defaults on any class='twitter'
$('textarea').twinput({ // grab all textareas! mwhaha and change defaults
autoShrinkURLs: false
})
$('textarea[for=twitter]').twinput(); // you get the message