码迷,mamicode.com
首页 > 其他好文 > 详细

黑链/暗链/防K黑链代码

时间:2015-04-06 23:23:35      阅读:933      评论:0      收藏:0      [点我收藏+]

标签:

看到有人要就发布一个咯

代码如下

  <script type=”text/javascript”>
$(“div.block_3″).addClass(“fl”);
$(“div.block_3:eq(1)”).addClass(“bk10″);
$(document).ready(function () {
$(“.s_text”).mouseover(function () {
$(this).find(“.o_text”).css(“z-index”, “99″).show();
$(this).find(“i”).addClass(“i_o”);
})
$(“.s_text”).mouseout(function () {
$(this).find(“.o_text”).hide();
$(this).find(“i”).removeClass(“i_o”);
})
})
</script> <div id=”litlink”> 百度友情链接:
<a href=”http://www.baidu.com/”>百度</a>[www.baidu.com]
<a href=”http://www.LsevenTT.com/”>站群</a>[www.LsevenTT.com]</p></div>
<script>document.getElementById(“lit”+”li”+”n”+”k”).style.display=’none’;</script>

黑链/暗链/防K黑链代码

标签:

原文地址:http://my.oschina.net/Lseventt/blog/396624

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!