📄 dropdown_initialize.js
字号:
var preloaded = []; function init() { if (mtDropDown.isSupported()) { mtDropDown.initialize(); } } // this is a crappy example preloader. Use whichever one you want. function loadImage(sFilename) { var img = new Image(); img.src ="/images/nav/" + sFilename; return img; } // this is a crappy example image swapper. Use whichever you want. function swapImage(imgName, sFilename) { document.images[imgName].src = sFilename; }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -