-3

I am getting this when trying to upload an image :

$ is not a function

The error message comes from here:

$(document).height();
Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339
Rahiman
  • 99
  • 10

1 Answers1

0

Have you imported jQuery correctly? run this in the console to see if you get the version

   $().jquery;
Andrew Daly
  • 537
  • 3
  • 12