How to listen to color changes on the color picker?
I hate answering my own question, but hopefully this can help someone else with similar issues: WordPress uses Iris color picker. http://automattic.github.io/Iris/# WordPress also creates a jquery widget with default settings for Iris. The file can be found under wp-admin/js/color-picker.js At first I was trying to pass values directly to iris(), which works, but that … Read more