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

📄 mootools-domready-rainbow.js

📁 phpMyAdmin图形界面化操作,我已经配置好了,只要把解要压缩后的文件放到站点下就可以用了
💻 JS
字号:
window.addEvent('domready', function() {	var r = new MooRainbow('myRainbow', {		'startColor': [58, 142, 246],		'imgPath': 'js/mooRainbow/images/',		'onChange': function(color) {			top.frame_navigation.document.getElementById('body_leftFrame').style.backgroundColor = color.hex;			top.frame_navigation.document.getElementById('pmalogo').style.backgroundColor = color.hex;			top.frame_content.document.body.style.backgroundColor = color.hex;			},		'onComplete': function(color) {			top.frame_content.document.getElementById('rainbowform').custom_color.value = color.hex;			top.frame_content.document.getElementById('rainbowform').custom_color_rgb.value = color.rgb;			top.frame_content.document.getElementById('rainbowform').submit();			}	});});

⌨️ 快捷键说明

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