Closed GoogleCodeExporter closed 9 years ago
What exactly is not working?
Here is a link with an example: http://jsfiddle.net/QC6Sf/5/
Original comment by diosla...@gmail.com
on 7 May 2012 at 6:56
I compared the html sources and found out that there are some differences in
building up the scroller.
Your fiddle example:
<div class="test">
<div class="dwo"></div>
<div class="dw dwbg">
...
My code:
<div class="dwo"></div>
<div class="dw test">
<div class="dwv">08-05-2012</div>
...
As you can see the theme name is integrated into the div containing class
"dwo". Also in my code I seem to missing the <li class="dw-v"> for the enabled
date selector.
I am using it into a jq mobile page with a form
Original comment by plippi...@gmail.com
on 8 May 2012 at 9:52
You can close this issue. Somehow it was caching the old mobiscrol.1.6 source.
:(
Original comment by plippi...@gmail.com
on 8 May 2012 at 10:05
Are you sure you're using 2.0rc2? Your generated html indicates that it is 1.6
...
Original comment by diosla...@gmail.com
on 8 May 2012 at 10:08
Original comment by diosla...@gmail.com
on 8 May 2012 at 10:10
Original issue reported on code.google.com by
plippi...@gmail.com
on 7 May 2012 at 3:24