Basic jQuery slideUp and slideDown driving me mad!

后端 未结 10 832
情深已故
情深已故 2020-12-09 19:06

my jQuery skills are pretty good normally but this is driving me mad!

It\'s a fairly simple accordian I\'ve coded up from scratch. Using jQuery 1.3.2 so there should

10条回答
  •  独厮守ぢ
    2020-12-09 20:00

    I think the problem is, that when padding or margin is added then it jumps, this was the case by me. you have to animate the margin in the callback

    Also "keep in mind" that tables behave buggy with slideDown slideUp and rather use fadeIn fadeOut

提交回复
热议问题