views:

694

answers:

3

I am trying to get a nice Spinning Wheel working within my webapp;

http://bit.ly/89oWud

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.

+1  A: 

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.

Peter
This helped me. Thanks.By the way, you should have accepted your own answer :)
egarcia
Thanks. I just made it so I accepted my own answer. :-)
Peter
A: 

Your href where you call the class should direct to a #htmlid tag on the same page

A: 

Any ideas on how to get rid of the "previous/Next" buttons that seem to come alone with the spinning wheel? Didn't really want to get my hands too dirty by diving into the jqtouch file. Anyone have any ideas?

-Newb

sean