From hood to hem, the Youth Jobsite Hooded Flannel Jacket for boys and girls is a true blend of the unique features that help to set us apart. The classic, relaxed fit is teamed with a neon green, grey, and blue wrinkle free flannel exterior and a custom quilted liner that provides both breathability and durability. Two interior breast pockets and a hidden stash pocket behind the neck label are excellent for stowing all their afternoon snacks, while the traditional 4-pocket configuration offers plenty of extra storage. Finished with a combination dual zipper and heavy duty brass snap front closure, this multi-faceted design is sure to provide your little ripper with some quality gear.
Product Details
- Kid's neon green, grey, and blue plaid patterned flannel shirt jacket
- Drawstring adjustable hood with Dixxon branded eyelets and aglets
- Custom diamond stitched quilted liner that provides breathability and durability
- Combination dual zipper and heavy duty brass snap front closure
- Button sleeve cuffs
- Dual brass snap button flap chest pockets with utility slot for pens, sunglasses, etc.
- Neon green and grey faux leather Dixxon brand tag on the left chest pocket
- Dual interior breast pockets with brass snap closure
- Hanging loop just above the neck label for easy hanging
- Machine wash cold with like colours
- Hang to dry or tumble dry on low; do not iron
- Signature D-Tech polyester blend
- Imported
Size & Fit
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"322259",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
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);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'322259'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});