$().ready(function() { var articleType = null; articleType = $(".categories .pinka").attr("type"); if (articleType == null || articleType == '' || articleType == undefined) { articleType = ""; } localStorage.setItem("productPage", 1); localStorage.setItem("productType", articleType); initProduct(articleType); }); function initProduct(type) { var url = "/ht/product/all/" + type; $.ajax({ type: 'GET', url: url, async: false, dataType: 'json', timeout: 5000, success: function(result) { if (result.code === 0) { var body = "