1 Results found for Plastic Carry Bags
1
Products Offering :
Packaging Products like Plastic bags, Plastic Molded Carry Bags, Embroidered Plastic Bags, HDPE Plas
City : Kolkata
State : West Bengal
`
element += '
';
$("#search-results").append(element);
}
}
$(document).ready(function(){
$(document).on('click','.show-mobile',function(e) {
var default_mobile = $(this).attr('mobile_no');
var fullname = $(this).attr('fullname');
var location = $(this).attr('location');
$('#default_mobile').html(default_mobile);
$('#user_details').html(fullname + ' | ' + location);
});
$(".lead-status").click(function(){
var uniq_id = $(this).attr('uniq_id');
$('#uniq_id').html(uniq_id);
});
});