Sha256: 93580989af45271b38100fed131b8adef90fb9f3aadd9d57422e1b305f48dc1b
Contents?: true
Size: 269 Bytes
Versions: 10
Compression:
Stored size: 269 Bytes
Contents
$(function() { setupColorPicker(); $(document).on('has_many_add:after', setupColorPicker); function setupColorPicker() { $('.color-picker-input').each(function(i, el) { $(el).paletteColorPicker({ 'clear_btn': 'last', }); }); } });
Version data entries
10 entries across 10 versions & 1 rubygems