为你而来

2012年2月29日

textarea文本选择onselect事件初探

摘要: <html><head><style type='text/css'>textarea{ border:solid 1px green; width:200px; height:200px;}</style><script language='javascript'>var sel_obj;function fun(obj){ //alert(obj.selected) sel_obj=document.selection.createRange(); if(!sel_obj.text){ alert( 阅读全文

posted @ 2012-02-29 22:06 为你而来 阅读(1918) 评论(0) 推荐(0) 编辑

导航