PATH:
home
/
thebhoeo
/
.trash
/
woodmart
/
inc
/
admin
/
assets
/
js
/
vc-fields
(function ($) { const wdSwitcherBtnInit = function () { $('.xts-switcher-btn').each(function() { var $switcherBtn = $(this); if ( $switcherBtn.hasClass('wd-inited') || $switcherBtn.parents('.xts-metaboxes').length > 0 ) { return; } $switcherBtn.on('click', function () { var $this = $(this); var value = ''; if ($this.hasClass('xts-active')) { value = $this.data('off'); $this.removeClass('xts-active'); } else { value = $this.data('on'); $this.addClass('xts-active'); } $this.find('.switch-field-value').val(value).trigger('change'); }); $switcherBtn.addClass('wd-inited'); }); } $('#vc_ui-panel-edit-element').on('vcPanel.shown click > .vc_controls [data-vc-control="clone"]', function () { wdSwitcherBtnInit(); }); })(jQuery);
[-] dimensions.js
[edit]
[-] image-select.js
[edit]
[-] title-divider.js
[edit]
[-] button-set.js
[edit]
[-] image-hotspot.js
[edit]
[-] number.js
[edit]
[-] box-shadow.js
[edit]
[-] responsive-spacing.js
[edit]
[-] slider-responsive.js
[edit]
[-] vc-functions.js
[edit]
[-] gradient.js
[edit]
[+]
..
[-] upload.js
[edit]
[-] datepicker.js
[edit]
[-] select.js
[edit]
[-] list-element.js
[edit]
[-] frontend-editor-functions.js
[edit]
[-] slider.js
[edit]
[-] switch.js
[edit]
[-] wd-colorpicker.js
[edit]
[-] colorpicker.js
[edit]
[-] responsive-size.js
[edit]