textarea character limit
问题 I would like to be able to limit the number of characters in a textarea. The method I am using works great in Google Chrome, but is slow in Firefox, and doesn\'t work in IE. Javascript: function len(){ t_v=textarea.value; if(t_v.length>180){ long_post_container.innerHTML=long_post; post_button.className=post_button.className.replace(\'post_it_regular\',\'post_it_disabled\'); post_button.disabled=true; } else{ long_post_container.innerHTML=\"\"; post_button.className=post_button.className