function isType(exp) {
try {
return typeof exp;
if (typeof exp === “undefined”) return “undefined”;
var clazz = Object.prototype.toString.call(exp);
return clazz.substring(8, clazz.length-1).toLowerCase();
} catch (err) { }
}
Helping online merchants succeed is what we do best!
function isType(exp) {
try {
return typeof exp;
if (typeof exp === “undefined”) return “undefined”;
var clazz = Object.prototype.toString.call(exp);
return clazz.substring(8, clazz.length-1).toLowerCase();
} catch (err) { }
}
Let Merchant Labs, with over 15 years experience in ecommerce, help you SUCCEED online! From …
What is Ajax-cart for Shopify? Ajax-cart for Shopify is a big project to bring some of the most wanted features to the Shopify cart page. This page is also known as the basket screen. Its …
Merchant Labs
Los Angeles, California
Leave a Reply
You must be logged in to post a comment.