Hello,
Why does this slide() gives the error
$(this).hide("slide", { direction: "down" }, 1000);
Error: Message: Object doesn't support this property or method Thanks Jean
Hello,
Why does this slide() gives the error
$(this).hide("slide", { direction: "down" }, 1000);
Error: Message: Object doesn't support this property or method Thanks Jean
Make sure to include jQuery UI in the page so you have the slide effect, for example:
The hide() function only accepts two arguments, duration and callback if you are using only the jquery library. Long story short - make sure you have the UI library loaded as well.