I’m trying to create my first Gauge page in a Jquery mobile html page.
I’ve create a 2 pages in a single HTML file with a data-role=”pageone” and data-role=”pagetwo”. Quit easy so far.
Then I paste a gauge example js, fired when the pagetwo opens and I created a <div>.
Lastly, I invoqued Jquery mobile CSS, jqx CSS, Jquery and Jquery mobile js, as well as the jqx js.
BUT, firefox returns me TypeError : s is undefined. I can’t find the problem.
Here, please find the jsfiddle.net : http://jsfiddle.net/choucroutemelba/xxmf24bm/
Thanks for your help
Vincent