Results found for After Shave Lotion
1
Products Offering :
Aloe vera Juice and Tablets, Spirulina, Memory Enhancer, Bathing Soap, Tooth Paste, Shaving Cream, A
City : Ambala
State : Haryana
`
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);
});
});