I was getting ready to add a jQuery plugin to support maxlength on textarea's and noticed that the MaxLength attribute is working natively on Safari, Chrome, and Firefox.
Is this thanks to HTML5 or ? Does that means having a maxlength on textareas no longer requires a jQuery type plugin?
Thanks