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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -