$(function() { $('.color-code').minicolors({ control: 'hue', defaultValue: $(this).val() || '', inline: false, letterCase: 'lowercase', opacity: false, position: 'bottom left', theme: 'bootstrap' }); $('[data-toggle="tooltip"]').tooltip(); });