javascript - jqeasy characters count display next to textbox (postfix) -
i know how turn script display character count next textbox instead of display below of textbox?
here there source link http://web.archive.org/web/20150317063551/http://www.jqeasy.com/jquery-character-counter
jqeasy creates div showing character count. div has class jqeasycountermsg
free add on code.
i able adding styles jqeasycountermsg
css class.
depending on style looking for, can this:
.jqeasycountermsg { display: inline-block; /* other styles here */ }
hope helps!
Comments
Post a Comment