再次小結若干個jquery的小技巧
1 使用load載入
可以使用load去載入外部檔案
load files
2 讓使用者自由的改動字型
$(document).ready(function() );
//減少字型大小
$(".decreasefont").click(function() );
//重新恢復字型大小
$(".resetfont").click(function());
});
3 在新視窗中開啟連線
$(document).ready(function() );
4 禁止右鍵
//check that the dom is ready
$(document).ready(function() );
});
5 快速將使用者從底部帶到頂部
$(document).ready(function()
});
幾個jquery小技巧
document ready function input.blur function xhtml 1.0 strict doesn t allow this attribute in the code,so use this to keep the code valid.document read...
WinForm中的幾個小技巧
遮蔽窗體右上角關閉按鈕 一 重寫onclosing protected override void onclosing canceleventargs e 二 重寫wndproc protected override void wndproc ref message m base.wndproc r...
幾個shell小技巧
1.expr 命令 由於bash 是功能有限的直譯器,所以自身並沒有支援太多的算術運算,一切都是字串。所以如果涉及到算術運算,需要借助其他的工具,比如bc 功能比較強大的小工具 expr 和 算術擴充套件.expr 支援幾個常見的算術運算 取模 expr還支援常見的關係運算,比如 題外話 如果要想計...