1
JoyNeop 2014-05-26 17:34:24 +08:00 via iPad 1
@Livid RSS 输出似乎过滤不严?http://joyneop.tumblr.com/post/86882431770
|
2
loading 2014-05-26 17:37:06 +08:00 via Android 1
<script type="text/javascript">
$(document).ready(function(){ $(".logo a").hover(function(){ $(this).find(".shine").stop(); $(this).find(".shine").css("background-position","-177px 0"); $(this).find(".shine").animate({backgroundPosition: '177px 0'},600); $(this).find(".title").stop().animate({left:'0px'},{queue:false,duration:450}); },function(){ $(this).find(".title").stop().animate({left:'-160px'},{queue:false,duration:200}); }); $("#sfloat").scrollFollow({ bottomObj: '.index-w-box', marginTop: 8, marginBottom: 0 }); }); </script> 你是真的什么都不懂吗? |
3
Paranoid 2014-05-26 17:38:05 +08:00 1
你确定不是代码的问题???? 2 个 $(document).ready(function(){}) 一点关系都没有 !!!!!
|
7
shpasspass OP jq是没学过,因为以前用网上找的js素材,也是这类问题,所以我想jq也应该是这类问题了。谢谢了
|