$(document).ready(function() {
$('.white').addGlow({ textColor: 'white', haloColor: '#aaa', radius: 100 });
$('.blue').addGlow({ textColor: '#00f', haloColor: '#00f', radius: 100 });
$('.green').addGlow({ textColor: '#0f0', haloColor: '#0f0', radius: 100 });
$('.red').addGlow({ textColor: '#f00', haloColor: '#f00', radius: 100 });
$('*').bind('glow:started', console.info);
$('*').bind('glow:canceled', console.info);
});
效果图:

图片1
鼠标移上去效果很好
在线演示:http://nakajima.github.com/jquery-glow/
下载地址:http://github.com/nakajima/jquery-glow/tree/master
声明:本站教程文章版权为一起Ext(http://www.17ext.com/)所有,转载请注明出处