Our version of the classic diamond tennis bracelet, the Lulu Jack Bezel Tennis Bracelet dazzles with more than a quarter-carat of bezel-set round white diamonds going halfway around the bracelet. Perfect for everyday wear, this instant classic will look stunning with everything. The Lulu Jack Bezel Tennis Bracelet has slightly wider bezels than the Lulu Jack Single Row Bezel Bracelet. We suggest the Lulu Jack Single Row Bezel Bracelet if you're looking for a full eternity diamond tennis bracelet. Those who want something a little wider or bolder will love this bold gold version. We love to pair a diamond tennis bracelet with a statement cuff or stack it with a few designer station bracelets. How would you wear yours?
- 14k Gold
- 0.25 Diamond Carat Weight
- Available in 6.5' and 7' Lengths
- Need Sizing help?'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"730759",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'730759',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'730759'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});