Closed GoogleCodeExporter closed 9 years ago
Thank you dennisbj, this must have slipped through quality control (in
actuality, I never tested this combination). I will get a fix for this in the
next version of jPicker.
In the meantime, my recommendation to correct the behavior on your page is to
attach the jPicker to it, and then retrieve the jPicker instance from the List
and assign the color to null. e.g.
$.jPicker.List[0].color.active.val('all',null);
Original comment by christop...@gmail.com
on 1 Sep 2010 at 11:59
That worked great. Thanks!
This snippet might help others in the same situation as me:
$('.Multiple[value=""]').each(function () {
this.color.active.val('all',null);
})
Original comment by denni...@gmail.com
on 2 Sep 2010 at 5:17
This issue is corrected in the newest version V1.1.4.
Original comment by christop...@gmail.com
on 16 Sep 2010 at 8:21
Original issue reported on code.google.com by
denni...@gmail.com
on 1 Sep 2010 at 6:07