Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.arlenshop.fr_1556185825
/
htdocs
/
modules
/
csslider
/
js
/
admin
/
//srv/data/trash/vhost_www.arlenshop.fr_1556185825/htdocs/modules/csslider/js/admin/custom.js
function colorEvent (colorItem) { $("#" + colorItem + "").ColorPicker({ color: "#0000ff", onShow: function (colpkr) { $(colpkr).fadeIn(500); return false; }, onHide: function (colpkr) { $(colpkr).fadeOut(500); return false; }, onChange: function (hsb, hex, rgb) { $("#result_" + colorItem).css("background", "#" + hex); //custom event change $("#result_" + colorItem).val("#" + hex); } }); }