Gemplers workplace first aid kit contains all the basic first aid supplies you need to help up to 25 people. Kit includes: (48) - 1' x 3' Plastic Strips (10) - 2' x 4-1/2' Plastic Strips, extra-large (5) - 2' x 3' Non-adherent Pads (4) - BZK Antiseptic Wipes (4) - 1' x 3' Woven Bandages (4) - 1-3/4' x 2' Woven Fingertips (4) - Woven Knuckles (2) - Ammonia Inhalants (2) - Oval Eye Pads (2) - Vinyl Gloves (pair) Large (1) - 1/2-oz. Sterile Cotton (1) - 1/2-oz. Tube Foille Burn Ointment (1) - 1' x 5-yd. Spool Tape (1) - 2' x 6-yd. Gauze Compress Roller Bandage (1) - 4-1/2' x 7' Cold Pack, Small (1) - 5' x 9' Combine Pad (1) - Kit Forceps (1) - Scissors (1) - Triangle Bandage with pins Gemplers 25 Person General First Aid Kits are backed by our Quality Guarantee. See our
'
});
})
function addtocart(qty,skus,key){
var data = {
"productId":"347224",
"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:'347224'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});