FREE DELIVERY ON ALL ORDERS ABOVE 700
Order Deliveries could be Delayed Due to Long March. Be Patient with us.
Best pacifiers and accessories in Pakistan with Warranty and Free Delivery
(Showing 1 – 20 products of 12 products)
setTimeout(function(){ request_permission(); }, 10000);
$("#srch").keyup(function(e) {
var regex = /^[a-zA-Z0-9@ ]+$/;
if (regex.test(this.value) !== true)
this.value = this.value.replace(/[^a-zA-Z0-9@ ]+/, '');
});
$("#search-btn").click(function() {
$("#form").toggle();
});
function search_ref(url,searchid){
$.ajax({
url: base + 'ajax/search_ref',
type: "POST",
async: "false",
data: {url:url,searchid:searchid},
dataType: "html",
success: function(data) {
if(data) {
window.location.href = url;
}
}
});
}