I recently encountered a jQuery spiral plugin. However, it doesn't seem to be working, and I'm not sure why.
I've made a fiddle: http://jsfiddle.net/thugsb/svT2Z/2/
The plugin was only made back in October (posted here: http://forum.jquery.com/topic/plugin-spiral-animations), so it should be a reasonably recent version of jQuery in use. Unfortunately the maker's website is gone, so I'm unable to contact him. Any ideas how to make it work? Thanks!
It's the order your code is running in. The spiral plugin isn't even defined when you're trying to run it. Just put things in a different order and it works fine. See corrected fiddle:
If you look at the error console in a webkit browser (chrome, safari) you'd get a good hint.