最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

html組件不可輸入(只讀)同時任何組件都有效

 更新時間:2013年04月01日 09:05:34   作者:  
在開發(fā)過程中經常會碰到讓html組件不可輸入(只讀),任何組件都有效的情況,接下來將為大家詳細實現(xiàn)下,感興趣的朋友可以參考下哈
復制代碼 代碼如下:

/**
* 將頁面設置為只讀
*/
var setReadOnly = function()
{
var input = $("input");
input.each(function(i)
{
$(this).attr("onfocus", "this.blur();return false;");
$(this).wrap(function()
{
return '<span onmousemove="this.setCapture();" onmouseout="this.releaseCapture();" />';
});
});
var select = $("select");
select.each(function(i)
{
$(this).attr("onfocus", "this.blur();return false;");
$(this).wrap(function()
{
return '<span onmousemove="this.setCapture();" onmouseout="this.releaseCapture();" />';
});
});
var textarea = $("textarea");
textarea.each(function(i)
{
$(this).attr("onfocus", "this.blur();return false;");
$(this).wrap(function()
{
return '<span onmousemove="this.setCapture();" onmouseout="this.releaseCapture();" />';
});
});
var img = $("img");
img.each(function(i)
{
$(this).attr("onfocus", "this.blur();return false;");
$(this).wrap(function()
{
return '<span onmousemove="this.setCapture();" onmouseout="this.releaseCapture();" />';
});
});
}

相關文章

最新評論

太保市| 定安县| 策勒县| 洛扎县| 张家口市| 固始县| 新化县| 漠河县| 尉氏县| 犍为县| 股票| 临颍县| 苏尼特右旗| 永安市| 松潘县| 英德市| 兴义市| 焦作市| 东安县| 中方县| 永泰县| 永清县| 桓台县| 阿拉善盟| 维西| 石台县| 札达县| 绥滨县| 苏尼特左旗| 黑河市| 密云县| 平武县| 德清县| 吴川市| 饶河县| 灌云县| 寿阳县| 探索| 嘉荫县| 奉化市| 黔南|