欢迎访问中国最大的EXTJS讨论社区 首页 论坛 教程

Ext教程-一起Ext

当前位置: 首页 > 教程 > JQuery >

jQuery Glow动态高亮文字效果下载预览

时间:2009-04-10 09:04来源:未知 作者:admin 点击:
代码: $(document).ready(function() { $('.white').addGlow({ textColor: 'white', haloColor: '#aaa', radius: 100 }); $('.blue').addGlow({ textColor: '#00f', haloColor: '#00f', radius: 100 }); $('.green').addGlow({ textColor: '#0f0', haloCol

  代码:

$(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/)所有,转载请注明出处
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
最新评论 查看所有评论
发表评论 查看所有评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 密码: 验证码:
推荐内容