Skip to content
Snippets Groups Projects

input event added for textfield counter

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -61,7 +61,7 @@
checkClasses($(this).parent(), remaining);
$(this).keyup(function () {
$(this).on('input', function () {
if (countHTML) {
currentLength = $(this).val().length;
}
Loading