$(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).ready(function() , 900);
return false;
// how to use
// place this where you want to scroll to
// the link
go to top
want to know where your mouse cursor is?
$(document).ready(function() , 800);
return false;
back to top
改變 scrolltop
的值可以調整返回距離頂部的距離,而
animate
的第二個引數是執行返回動作需要的時間
(單位:毫秒)。
顯示),你可能需要預載入它們:
$.preloadimages = function () , function () , 1000);
$(document).ready(function()
//example 1
// example 2:(the best and fastest way)
$(document).ready(function() {
jquery.fx.off = true;
$(document).ready(function() {
var $jq = jquery.noconflict();
$jq('#id').show();
jquery中幾個小技巧
再次小結若干個jquery的小技巧 1 使用load載入 可以使用load去載入外部檔案 load files 2 讓使用者自由的改動字型 document ready function 減少字型大小 decreasefont click function 重新恢復字型大小 resetfont cl...
幾個shell小技巧
1.expr 命令 由於bash 是功能有限的直譯器,所以自身並沒有支援太多的算術運算,一切都是字串。所以如果涉及到算術運算,需要借助其他的工具,比如bc 功能比較強大的小工具 expr 和 算術擴充套件.expr 支援幾個常見的算術運算 取模 expr還支援常見的關係運算,比如 題外話 如果要想計...
幾個Blog小技巧
幾個blog小技巧 1.公告和計數器 填寫在靜態新聞 宣告中,目前 如下 其中 2.為blog 新增 天氣預報 功能 今日天氣 要更改預設省份的話,只要在city 的後面加就行了,不過那個省份在列表中要有。將 city 替換為 city 上海 就可以了,不過先看一下列表裡面有沒有上海這個城市,如果有...