I\'m using the iris colour picker in a Wordpress plugin. I can get it to display and then show the clicked value in the associated input just fine, however there is a proble
you can try like below
$('input:not(.colour-picker)').iris('hide');