dropdown_initialize.js
来自「linux 内核调试.rar linux 内核调试.rar」· JavaScript 代码 · 共 23 行
JS
23 行
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 + =
减小字号Ctrl + -
显示快捷键?