标签:html textarea tab tabindent.js
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Test</title>
<style type="text/css">.demo{width:600px; margin:30px auto; color:#51555c}.demo h3{height:32px; line-height:32px; font-size:18px}.demo h3 span{float:right; font-size:32px; font-family:Georgia,serif; color:#ccc;overflow:hidden}.demo textarea{width:600px;height:50px;}</style>
<script src="tabIndent.js"></script></head><body><div class="demo"><textarea name="saytxt" id="saytxt" class="tabIndent"></textarea><script>tabIndent.renderAll();</script></div></body></html>
版权声明:本文为博主原创文章,未经博主允许不得转载。
html---textarea初始化时就有个table空格以及tab键操作无效
标签:html textarea tab tabindent.js
原文地址:http://blog.csdn.net/freeape/article/details/46661603