So I have a script that moves widgets around from the NetTuts site but that uses version 1.2.6 of JQuery. I need to use a newer version because of other things on the site needing it. Can anyone tell me what it defunct in my JQuery to cause it to stop working.
Site is viewable here:
http://dev.evaske.com/HXWP/wp-content/themes/habboxv7/test.html
As you can see, the boxes aren’t draggable at all but when I used v1.2.6 they were.
Thanks
Try to use jquery 1.7.2 with jquery UI.
Also looking through your code I dont see any script running on DOM ready etc.
Open your jquery.widget.js file and change the following way