Skip to content

Instantly share code, notes, and snippets.

@klederson
Created August 17, 2012 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klederson/3375072 to your computer and use it in GitHub Desktop.
Save klederson/3375072 to your computer and use it in GitHub Desktop.
Testing jquery.mentionsInput (elastic plugin forced)
lineHeight = 26//parseInt($textarea.css('line-height'),10) || parseInt($textarea.css('font-size'),'10'),
minheight = 32 //|| lineHeight*3,
maxheight = parseInt($textarea.css('max-height'),10) || Number.MAX_VALUE,
goalheight = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment