jQuery slideToggle just shows and hides but doesn't animate correctly
问题 In this example my div container just hides and shows but doesn't do the awesome jQuery animation. $('.button').click(function() { $('.class1').slideToggle(); }); Can anybody say me why? I know that animations on tables don't work correctly but on divs it should be okay. UPDATE Thanks for all the answers. The information I was missing is that position absolute removes the element from the DOM. And yeah I know I should put the style in a css--this version was just for quick testing, but thanks