color-field-init.js 199 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 jQuery(document).ready(function ($){ $('select.simplecolors').simplecolors(); $(document).on('subform-row-add', function(event, row){ $(row).find('select.simplecolors').simplecolors(); }); });