PluginProbe
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder / 51.1.82
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder v51.1.82
51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 51.1.46 51.1.47 51.1.49 All 37 releases
king-addons / includes / admin / js / settings.js

settings.js in King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder 51.1.82, at includes/admin/js/settings.js

10 lines 529 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 jQuery(document).ready(function ($) {
2 $('#king_addons_lightbox_bg_color').wpColorPicker();
3 $('#king_addons_lightbox_toolbar_color').wpColorPicker();
4 $('#king_addons_lightbox_caption_color').wpColorPicker();
5 $('#king_addons_lightbox_gallery_color').wpColorPicker();
6 $('#king_addons_lightbox_pb_color').wpColorPicker();
7 $('#king_addons_lightbox_ui_color').wpColorPicker();
8 $('#king_addons_lightbox_ui_hover_color').wpColorPicker();
9 $('#king_addons_lightbox_text_color').wpColorPicker();
10 });