b0y-101 Mini Shell


Current Path : E:/www/instructor/teacher24/media/system/js/
File Upload :
Current File : E:/www/instructor/teacher24/media/system/js/color-field-adv-init.js

jQuery(document).ready(function ($){

	function initMinicolors(event, container) {
		$(container || document).find('.minicolors').each(function() {
			$(this).minicolors({
				control: $(this).attr('data-control') || 'hue',
				format: $(this).attr('data-validate') === 'color'
					? 'hex'
					: ($(this).attr('data-format') === 'rgba'
						? 'rgb'
						: $(this).attr('data-format'))
					|| 'hex',
				keywords: $(this).attr('data-keywords') || '',
				opacity: $(this).attr('data-format') === 'rgba' ? true : false || false,
				position: $(this).attr('data-position') || 'default',
				theme: 'bootstrap'
			});
		});
	}

	initMinicolors();
	$(document).on('subform-row-add', initMinicolors);
});

Copyright © 2019 by b0y-101