Skip to content

setdirection/twinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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