| Server IP : 60.247.133.247 / Your IP : 216.73.217.108 Web Server : Apache System : Linux ebs-119054 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 User : goodwill ( 65985) PHP Version : 8.2.20 Disable Function : link,symlink,passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server,pcntl_fork,pcntl_rfork MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/wwwroot/goodwill/wwwroot/wp-content/plugins/js_composer/assets/js/vendors/ |
Upload File : |
if ( !window.ajaxurl ) {
window.ajaxurl = window.location.href;
}
( function () {
'use strict';
var vcWoocommerceProductAttributeFilterDependencyCallback;
vcWoocommerceProductAttributeFilterDependencyCallback = function () {
( function ( $, that ) {
var $filterDropdown, $empty;
$filterDropdown = $( '[data-vc-shortcode-param-name="filter"]', that.$content );
$filterDropdown.removeClass( 'vc_dependent-hidden' );
$empty = $( '#filter-empty', $filterDropdown );
if ( $empty.length ) {
$empty.parent().remove();
$( '.edit_form_line', $filterDropdown ).prepend( $( '<div class="vc_checkbox-label"><span>No values found</span></div>' ) );
}
$( 'select[name="attribute"]', that.$content ).on( 'change', function () {
$( '.vc_checkbox-label', $filterDropdown ).remove();
$filterDropdown.removeClass( 'vc_dependent-hidden' );
$.ajax({
type: 'POST',
dataType: 'json',
url: window.ajaxurl,
data: {
action: 'vc_woocommerce_get_attribute_terms',
attribute: this.value,
_vcnonce: window.vcAdminNonce
}
}).done( function ( data ) {
if ( 0 < data.length ) {
$( '.edit_form_line', $filterDropdown ).prepend( $( data ) );
} else {
$( '.edit_form_line', $filterDropdown ).prepend( $( '<div class="vc_checkbox-label"><span>No values found</span></div>' ) );
}
});
});
}( window.jQuery, this ) );
};
window.vcWoocommerceProductAttributeFilterDependencyCallback = vcWoocommerceProductAttributeFilterDependencyCallback;
})();