javascript - Auto Resize Text to Fit Form Input with jQuery -


i'm looking method, using jquery, change font size in form input field no matter how user types, visible , fits. in other words, start font size of 13px , when text reaches width of input field, font size progressively gets smaller accommodate.

i've found many methods of resizing field itself, not text. 1 of know jquery better can out.

thanks!

https://github.com/vxsx/jquery.inputfit.js


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -