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