⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 icons.js

📁 browser for embedded linux
💻 JS
字号:
option_icons_update = function (cfg_key) {	   option   = document.getElementById (cfg_key);	   imagediv = document.getElementById ("image_"+cfg_key);	   new_icon = option.options[option.selectedIndex].text; 	   /* Update the icon image	    */	   imagediv.innerHTML = '<img src="/icons_local/'+new_icon+'" />';	   /* Set the value	    */	   post = cfg_key+'='+new_icon;	   jQuery.post("/icons/update", post);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -