博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年3月10日

摘要: var txb = document.getElementById(inputId); txb.focus(); var t = txb.createTextRange(); t.moveStart('character', inputVal.length); t.collapse(true); t.select(); 阅读全文

posted @ 2011-03-10 14:13 Adam哥 阅读(213) 评论(0) 推荐(0) 编辑

counter