Jquery UI draggable not working in Wordpress -


<script type='text/javascript' src='.../wp-admin/load-scripts.php?c=1&amp;load%5b%5d=jquery-core,jquery-migrate,utils,plupload&amp;ver=4.6.1'></script>//jquery v1.12.4 <script type='text/javascript' src='.../jquery-ui/jquery-ui.min.js?ver=1.0.0'></script>// jquery ui files version v1.12.1 <script type='text/javascript' src='.../my-main.js'></script> 

scripts in my-main.js

(function( $ ) { 'use strict';  $(document).ready(function(){     $(".nt_draggale").draggable(); });  })( jquery ); 

but it's not working. in console, it's say:

jquery-ui.min.js?ver=1.0.0:6 uncaught typeerror: this._addclass not function(…) 

i have tried code, it's working fine me please provide more detail.

note

for wordpress backend no need add jquery it's included


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -