'); }, onSearchComplete: function(){ $('.176276676_container .ux-loading').remove(); }, onSelect: function (suggestion) { if( suggestion.id != -1 ) { window.location.href = suggestion.url; } } }); } else { $('#176276676_yith-s').autocomplete({ minChars: 3, appendTo: '.176276676_container', serviceUrl: woocommerce_params.ajax_url + '?action=yith_ajax_search_products', onSearchStart: function(){ $('.176276676_container').append('
'); }, onSearchComplete: function(){ $('.176276676_container .ux-loading').remove(); }, onSelect: function (suggestion) { if( suggestion.id != -1 ) { window.location.href = suggestion.url; } } }); } });