摘要: $(".logo").click(function () { $(this) .animate({ left: -200 }) .animate({ left: 200 }) .animate({ left: -200 }) .animate({ left: 200 }) .animate({ left: 0 }); }); ... 阅读全文
posted @ 2017-01-10 17:43 飞鱼0725 阅读(92) 评论(0) 推荐(0) 编辑
摘要: $(document).ready(function () { var spurl = document.location.toString().split("/"); //把url以‘/’断开 var jqu = spurl[3]; var jquuser = spurl[4]; var thz = $('.position2').html(); if... 阅读全文
posted @ 2017-01-10 17:42 飞鱼0725 阅读(779) 评论(0) 推荐(0) 编辑