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

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

 更新時間:2013年04月01日 09:05:34   作者:  
在開發(fā)過程中經(jīng)常會碰到讓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();" />';
});
});
}

相關文章

最新評論

信阳市| 出国| 屏边| 堆龙德庆县| 济南市| 兰州市| 东兰县| 临沭县| 成都市| 新宁县| 依兰县| 闽侯县| 泉州市| 咸阳市| 河曲县| 灯塔市| 化州市| 汝南县| 老河口市| 色达县| 游戏| 博白县| 金溪县| 嵊泗县| 额济纳旗| 郧西县| 卓尼县| 晋江市| 青阳县| 通州市| 湄潭县| 长白| 雷山县| 双峰县| 高密市| 上蔡县| 治县。| 阳高县| 永登县| 甘孜| 高青县|