jQuery slideToggle doesn't animate
Hello,
I've been using jQuery slideToggle for a project but it doesn't animate(slideDown/slideUp). It just shows/hides the element. I've tried setting a width to the element, using display:none; on the elements and hide the elements with .hide()
Thanks in advance!