It can be applied on simple input fields and/or textareas.
As text is entered into the target text area an object for the purposes of tracking the total number of characters remaining, defined as the maximum number of characters minus the current total number of characters within the text entry object, and storing that information visually and/or within the DOM as an HTML 5 compliant data-* attribute.
Events and CSS Class alterations, if defined, are triggered based on current user interaction with the target text entry object as well as the current state (positive or negative) of the character remaining value.
NobleCount supports pre-existing text within the text object and jQuery chaining.
Requirements:
· JavaScript enabled on client side
· jQuery 1 or higher
What's New in This Release: [ read full changelog ]
· First release.