Im trying to use the movingBoxes plugin with my asp.net mvc site and it is not working (obviously).
I have the movingboxes.js imported in my head tag in the site.master lik
I had the same problem.
I changed the order of the scripts in the head part, and it worked for me.
Every script the plugin needs - needs to stay close.