Does anyone know if it's possible to enable maxlength on a textarea using javascript or jquery?
- by Ben
Is it possible to have a textarea with max length in html so that the max length will not be exceeded even when pasting text? I have yet to see anyone implement this correctly, being able to handle the paste event when right-clicking and selecting paste.