Why does jQuery throw the error `fadeOut is not a function’?

This will happen if you’re using the “slim” version of jQuery. Only the “full” version of jQuery includes animation effects.

Try grabbing the “full” version of jQuery from the jQuery downloads page and including that in your page (or including a full version of jQuery from a CDN from your page).

Leave a Comment