Search code examples
jqueryiphonejqtouchiphone-web-app

jQTouch Spinning Wheel (Cubiq) Implementation Won't Work


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:

  1. Change SpinningWheelCSS
  2. Change JQTouch CSS, JS files, and add JQTouch wrapper to body

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.


Solution

  • 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.