如果頁面過長有滾動條(scroll bar),且希望通過連結的 onclick 事件執行操作;應將它的 href 屬性設為 javascript:void(0);而不是 #,這可以防止不必要的頁面跳動。
e.g.
以前的寫法:
< href="#" onclick="changeTab('condition')">
日後建議寫法:
< href="javascript:void(0)" onclick="changeTab('condition')">
< href="###" onclick="changeTab('condition')">
< href="#" onclick="changeTab('condition'); return false;">
訂閱:
文章 (Atom)
NGINX SSL/設定檔案
#user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #...
-
Source: Automatically Retry Failed Jobs in Quartz Retrying continuously until success: If you want to keep trying over and over again un...
-
*主餐類 漢堡王炸雞腿-227大卡 華嫩雞條(6PCS)-259大卡 火烤漢堡-311大卡 火烤吉士漢堡-353大卡 小華堡-397大卡 華雪魚-471大卡 雙層吉士漢堡-534大卡 雙層燒烤培根堡-580大卡 華辣雞腿堡-597大卡 華香雞排堡-685大卡...
-
Download source files from here Upload files to the CentOS server Prepare the necessary files #yum -y install gcc gcc-c++ autoconf lib...