I\'ve trying to use the draggable effect on some divs on a page, but whenever I load the page, I get the error message:
Error: $(\".draggable\").draggable is
A common reason occurs is if you don't also load jqueryui after loading jquery.
For example:
EDIT. Replace the version number for each library with appropriate or latest values for jquery and jqueryui.
If this doesn't solve the issue, review suggestions in the many other answers.