Description

Description

‘use strict’;
function initMiniSearch() {
return {
minSearchLength: 2,
isLiveSearchEnabled: 1,
suggestions: [],
validated: true,
suggest() {
const search = this.$refs.searchInput;
this.validated = true;
if (search.value.length >= this.minSearchLength && !this.isLiveSearchEnabled) {
this.fetchSuggestions(search.value);
} else {
this.suggestions = [];
}
},
fetchSuggestions(term) {
fetch(
window.BASE_URL + ‘search/ajax/suggest?’ + new URLSearchParams({q: term}),
{
headers: {
‘X-Requested-With’: ‘XMLHttpRequest’
}
}
)
.then(response => response.json())
.then(result => this.suggestions = result);
},
search(term) {
const search = this.$refs.searchInput;
term = term || search.value;
if (term.length < this.minSearchLength) {
this.validated = false;
} else {
this.validated = true;
search.value = term;
this.$refs.form.submit();
}
},
focusElement(element) {
if (element && element.nodeName === "DIV") {
element.focus();
return true;
} else {
return false;
}
}
}
}

path]:stroke-[1px] max-lgmd:text-white lgmd:[&>path]:stroke-[1.5px]” width=”23″ height=”23″ role=”img”>

search
Search

Minimum search query length is 2

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “EMLA Cream 5% – 5g – With 2 Dressings”

Your email address will not be published. Required fields are marked *

More Products

Webber Naturals Probiotic 30 Billion 30 Vegetarian Capsules

$16.04

8 Probiotic StrainsMicroencapsulated BeadletsComplete Intestinal Health. Recommended Purpose: Provides 8 probiotic strains for complete intestinal and digestive health, 6 Lactobacilli strains for small intestine care and 2 Bifidobacteria strains for colon care. Source of probiotics that temporarily modify gut flora. Recommended Dosage (adults): 1 capsule daily, or as directed by a physician. Take at least 2-3 hours […]

Schmidt’s All Natural Lavender + Sage Deodorant

$9.49

Really Natural. Really Works. – Ecocert Certified Natural Deodorant, Schmidt’s Lavender & Sage helps neutralize odour and keeps you fresh with 24 hour odour protection. Certified 100% Natural Origin – Lavender & Sage features a clean, herbaceous fragrance made with essential oils. Proven Protection – Our award winning deodorants are unisex and have over 20,000 […]

Murine Ear Wax Removal System 15mL

$8.76

For effective relief of ear wax build-upEar drops to loosen wax gentlyEar washer to flush ear completely. Directions: (For adults and children over 12 years of age). Add 5 to 10 drops to ear with head tilted and leave in the ear for several minutes; any wax remaining may be removed by gently flushing the […]

Enfamil A+ Powder 2x496g

$54.07

Enfamil A+ is a great place to start and is inspired by breast milk. Enfamil A+: Is our closest formula to breast milk Contains a clinically proven level of DHA, an important building block of your baby’s developing brain Contains a blend of 2 dietary fibres, GOS and polydextrose, shown to soften stools Easy to-digest

Nurofen Express 200mg – 10 Liquid Capsules

$4.40

What are Nurofen Express Liquid Capsules? Nurofen Express Liquid Capsules are painkillers that are used to relieve symptoms of different types of aches and pains. This product can be used for short-term treatment of everyday pain from muscular aches to cold and flu symptoms. It contains Ibuprofen, which is an anti-inflammatory drug commonly used as […]

Durex Invisible Ultimate Thin Condoms, 16ct

$12.03$16.80

DUREX INVISIBLE: Our thinnest condoms that are designed to maximize sensitivity while providing a high level of protection. LUBRICATED: For a smoother sexual experience TRANSPARENT: Ultimate thin condoms made with transparent material DUREX QUALITY: 100% of our condoms are electronically tested. Five more quality tests are carried out on every batch WORLD’S #1 CONDOM BRAND: […]