标签:
$("#slideleft button").click(function(){ var $lefty = $(this).next(); $lefty.animate({ left:parseInt($lefty.css(‘left‘),10)==0 ? -$lefty.outerWidth() : 0 });});
jQuery 左侧滑动
原文地址:http://www.cnblogs.com/yangjing1314/p/4618299.html