
1 JoyNeop May 26, 2014 via iPad @Livid RSS 输出似乎过滤不严?http://joyneop.tumblr.com/post/86882431770 |
2 loading May 26, 2014 via Android <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 May 26, 2014 你确定不是代码的问题???? 2 个 $(document).ready(function(){}) 一点关系都没有 !!!!! |
7 shpasspass OP jq是没学过,因为以前用网上找的js素材,也是这类问题,所以我想jq也应该是这类问题了。谢谢了 |