I am getting this when trying to upload an image :
$ is not a function
The error message comes from here:
$(document).height();
I am getting this when trying to upload an image :
$ is not a function
The error message comes from here:
$(document).height();
Have you imported jQuery correctly? run this in the console to see if you get the version
$().jquery;