.net 流氓
天下无难事,有志者成之;天下无易事,有恒者得之。

<input id="txtID" type="text" value="AFGGGG" onfocus="test();" style="width: 500px;" />

 

 

如下:

$("#ID").removeAttr("onfocus");

 

注意:

$("#ID").unbind("onfocus")或$("#ID").unbind("focus")不行。

posted on 2012-05-02 09:56  .net 流氓  阅读(12456)  评论(1编辑  收藏  举报