2012-03-29 90 views
-1

我需要的只是像图像的列表滑动效果的jQuery脚本:jQuery脚本为表滑动效果

enter image description here

+0

你在说什么图片? – eveevans 2012-03-29 18:09:41

+0

太棒了。 [你有什么尝试?](http://mattgemmell.com/2008/12/08/what-have-you-tried/) – j08691 2012-03-29 18:11:11

回答

1

包括一个div里面你的表带有一个ID和:

$("#yourdivid").animate({ 
    "marginLeft": "-=100" 
},700, function() { 

}); 

也许它可以在桌子上使用ID ...

0
$("#yourtable").slideDown(); 

这里亚去