六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 181|回复: 0

用jquery来为链接添加效果

[复制链接]

升级  4.67%

62

主题

62

主题

62

主题

举人

Rank: 3Rank: 3

积分
214
 楼主| 发表于 2013-2-7 20:34:46 | 显示全部楼层 |阅读模式
http://oopstudios.com/dlink/index.html 这个玩意有点意思,不过jqueyr做起来更方便.

js :

$(document).ready(function(){$("a[href^='mailto']").addClass("email")$("a[href^='http']").not("[href*=mysite]").addClass("external")$("a[href^='#']").addClass("anchor");});

css :

a.external{background: url("../images/external.png") no-repeat top right;padding-right: 15px;}a.email{background: url("../images/eml.png") no-repeat top right;padding-right: 18px;}a.anchor{background: url("../images/anc.png") no-repeat top right;padding-right: 18px;}
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表