$(document).ready(function(){$("#step2 div[id^='col_ctrl_']").each(function(i){$(this).children("div").css("backgroundColor","#"+$(this).children("div").children("input").fieldValue());$(this).ColorPicker({color:"#"+$(this).children("div").children("input").fieldValue(),onChange:function(hsb,hex,rgb){$("#col_ctrl_"+i+" div").css("backgroundColor","#"+hex);$("#col_ctrl_"+i+" div input").val(hex)}})})});