Maxlength of any input textarea in HTML. ... $(this).attr("maxlength"); var length = this.value.length; if(length >= maxLength) { event.
確定! 回上一頁