So, I think if only one value supplied, the 'value' field should not be arrayed.
(and I guess that class="ui-slider-handle" should not be printed by PHP, because this is already defined by jQuery UI)
How do you think about that?
Thanks.
Posted by Frank Brückner (frosch) on 2012-01-13T09:44:03.000+0000
Hi Takayuki,
I will test it.
Thanks for your feedback and for the code snippets.
Comments
Posted by Frank Brückner (frosch) on 2012-01-05T13:36:50.000+0000
I think so.
Please make a short test:
Change line 95 in {{library/ZendX/JQuery/View/Helper/Slider.php}} from:
If the error still exists, then go to http://bugs.jqueryui.com
And please give a feedback here. Thanks!
Posted by Takayuki Fukuyama (fukuyama) on 2012-01-13T08:10:22.000+0000
Thank you for comment.
I've Changed library/ZendX/JQuery/View/Helper/Slider.php div to a tag, but still not work.
the output html is
So, I've tried to change this javascript
"values" to "value", this works fine.
So, I think if only one value supplied, the 'value' field should not be arrayed. (and I guess that class="ui-slider-handle" should not be printed by PHP, because this is already defined by jQuery UI)
How do you think about that?
Thanks.
Posted by Frank Brückner (frosch) on 2012-01-13T09:44:03.000+0000
Hi Takayuki, I will test it.
Thanks for your feedback and for the code snippets.