jQuery.Maxlength icon indicating copy to clipboard operation
jQuery.Maxlength copied to clipboard

jQuery.maxlength is a lightweight jQuery character counter and countdown for inputs and textareas.

Results 3 jQuery.Maxlength issues
Sort by recently updated
recently updated
newest added

Please add a license to this repository so consumers know if they can actually use the code or not.

The count is incorrect when entering new lines in a textarea on a Mac. Each new line should count as 2 characters, but jQuery's .length counts /r/n as 1 character.