I'm running a simple code provided by jQuery UI that is used in a simple draggable tutorial. and I get this error:
drag.php:15 Uncaught ReferenceError: $ is not defined(anonymous function) @ drag.php:15
Why am I getting this error when I am adding the library before the function? and How do I fix it?
Screenshots of both the code and my directory where is store my libraries are attached.