'; html += ' '; if(data.istop != '0') { html += 'TOP'; }else if(data.istuijian !='0'){ html += 'NEW'; }else if(data.ishot!='0'){ html += 'HOT'; } html += ' '; html += ' '; if(data.litpic && show_image){ html += '
' + data.seo_title + '
'; } //判断是否存在型号的参数 if (!data.model){ html += '
' + "" + '
'; }else{ html += '
' + data.model + '
'; } if(show_description) { html += '

' + data.extra_info + '

'; } html += ''; $('.live-search .products').append(html); //控制输出4条数据 if(product_num < 4){ product_num++; }else{ return false; } }); $('.live-search').prepend('Search Results:'); searchContent(); } else { var html = ''; html += '
'+live_search.text_no_matches+'
'; $('.live-search .products').html(html); } $('.live-search').css('display','block'); return false; } }); } }, 'select': function(data) { $(live_search.selector).val(data.title); } }); }); //-->