Primer Primer Commit
This commit is contained in:
12
js/plugins-init/jquery-asColorPicker.init.js
Normal file
12
js/plugins-init/jquery-asColorPicker.init.js
Normal file
@@ -0,0 +1,12 @@
|
||||
(function($) {
|
||||
"use strict"
|
||||
|
||||
// Colorpicker
|
||||
$(".as_colorpicker").asColorPicker();
|
||||
$(".complex-colorpicker").asColorPicker({
|
||||
mode: 'complex'
|
||||
});
|
||||
$(".gradient-colorpicker").asColorPicker({
|
||||
mode: 'gradient'
|
||||
});
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user