希望你一切都好......这是我目前的jquery代码 - 只将div向上(而不是向下):
$("#thedacbutton").click(function(){
$(".thedacALLCONTENT").animate({"top":"-=558px"}, 400, 'linear');
});
我希望“thedacALLCONTENT”在单击“thedacbutton”时向上移动,并在再次单击(向下)后移回其原始位置。就像一个切换...非常感谢任何帮助,谢谢-汤姆