国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > JavaScript > 正文

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

2024-05-06 14:19:04
字體:
來源:轉載
供稿:網友
代碼如下:
/**
* 將頁面設置為只讀
*/
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();" />';
});
});
}
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 理塘县| 西乡县| 湘阴县| 南皮县| 阜新市| 邢台市| 中西区| 庆云县| 旺苍县| 措美县| 察哈| 枣阳市| 苍溪县| 荆州市| 南澳县| 康定县| 平顶山市| 长葛市| 丰镇市| 靖边县| 江华| 滨海县| 巧家县| 军事| 四川省| 尼木县| 大宁县| 许昌市| 屯昌县| 保靖县| 广汉市| 金溪县| 金湖县| 梅河口市| 菏泽市| 南皮县| 太谷县| 遵化市| 张家界市| 靖远县| 长阳|