${productInfo.category}
`); } let qsBtn = ''; if(productInfo.qs != undefined){ qsBtn = `QuickStart` } var html = `${productInfo.p}
${productInfo.sku}
' + newtitle + '
');
$('#tag_title').css({
'left': (e.pageX - x + 'px'),
'top': (e.pageY - y + 'px')
}).show();
}).mouseout(function () {
$('#tag_title').remove();
}).mousemove(function (e) {
$('#tag_title').css({
'left': (e.pageX - x + 'px'),
'top': (e.pageY - y + 'px')
}).show();
}).click(function (e) {
$('#tag_title').remove();
})
});
// anchor_search();
scrollFunc();
});
(function(FilePath){
Docsify.get(FilePath).then(data=>{
const Product_Json = JSON.parse(data)
createProduct(Product_Json);
})
})("./en/product_list.json")
</script>