Current Path :
/
home
/
develito
/
httpdocs
/
media
/
system
/
js
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/httpdocs/media/system/js/color-field-init.js
jQuery(document).ready(function ($){ $('select.simplecolors').simplecolors(); $(document).on('subform-row-add', function(event, row){ $(row).find('select.simplecolors').simplecolors(); }); });