I am trying to get a nice Spinning Wheel working within my webapp.
However, I keep receiving an error within Mobile Safari that the variable 'blabla' cannot be found.
I have implemented both of these suggested solutions:
Neither worked for me.
I am trying to use the incredible Spinning Wheel by Cubiq.org.
I'm likely doing something wrong, but for the life of me I can't figure out what it is. Help is very much appreciated.
I downloaded the very latest version of JQTouch from the trunk at Google Code: http://code.google.com/p/jqtouch/source/checkout
This fixed the problem, as the the latest version has included a namespace in the JQTouch.css stylesheet, which resolves the conflicts with the Spinning Wheel plugin.
Hopefully this helps someone else who is experiencing the same problem.