Jquery UI draggable not working in Wordpress Jquery UI draggable not working in Wordpress wordpress wordpress

Jquery UI draggable not working in Wordpress


I had the same error, the solution is here : http://www.htmlcenter.com/blog/using-jqueryui-in-wordpress/

In your case :

wp_enqueue_script("jquery-ui-draggable");

(Works perfectly for me with Wordpress 4.6.1).


I have tried this code, it's working fine for me so please provide more detail.

Note

for wordpress backend no need to add jQuery it's already included