摘要:
/** * 将页面设置为只读 */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.releaseC 阅读全文
posted @ 2013-03-31 23:47
流易
阅读(502)
评论(0)
推荐(0)
浙公网安备 33010602011771号