Drag and Drop JS files
-
I implemented drag and drop function using the tutorial in the following link.
https://www.youtube.com/watch?v=IxSj-fMfc_Q
This required me to upload two jquery files in my edge project folder.
I access these files in the animation using the following command inside “creationComplete”yepnope({nope:[‘jquery-ui-1.10.3.custom.min.js’, ‘jquery.ui.touch-punch.min.js’], complete: init});
When I created the OAM file to upload to my wordpress site, It didnt work. And other animations in previous posts also disappeared.
I thought it was happening because for some reason the 2 jquery files are not getting accessed. So I manually added them to
public_html/wp-content/uploads/edge_suite/project/XXX where XXX is my project name.
I still had the same problem. The dragNdrop animation was not working and animations in my previous posts disappeared too. I am not worried about the other posts because if I open those previous animation in new page, they work fine. They just dont work when they appear on the same page as dragNdrop face parts animations.
Here is the link.
Can you please help?
- The topic ‘Drag and Drop JS files’ is closed to new replies.