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

Option+ Turmeric 12500mg 60 Capsules

$16.06

Indications: Antioxidant for the maintenance of good health. Used in herbal medicine to help relieve joint inflammation. Dosage: Antioxidant (adults): 1 capsule daily or as recommended by a physician. Relieve joint inflammation (adults): 1 capsule 3 times daily or as recommended by a physician. Medicinal Ingredient: Each capsule contains: Turmeric extract (curcuma longa) (rhizome) (standardized […]

Coloplast Atrac-Tain Cream 140mL

$18.98

For Extremely Dry Cracked Skin Moisturizing Cream with 10% Urea and 4 % AHA Uses: Attacks and retains moisture in the skin and helps clear away dry skin cells. Relieves extremely dry, scaly skin and heels. Use only as directed and avoid contact with eyes. Stop using if irritation develops. If irritation continues discontinue use […]

NeoCitran Total Flu Ultra Strength Nighttime 10 Single Dose Pouches

$13.15

Indications: For temporary relief of the following cold & flu symptoms: dry cough, sore throat pain, headache, minor body aches and pain, fever and chills, sinus and nasal congestion, runny nose, sneezing, itchy/watery eyes. Directions: Adults and children 12 years and over: Dissolve the contents of 1 pouch into 225mL (one cup) of boiling water. may […]

Nurofen Express 200mg – 16 Liquid Capsules

$6.01

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 […]

HYDRALYTE ELECTROLYTE POWDER – ORANGE 12 x 5g

$12.39

HYDRALYTE ELECTROLYTE POWDER – ORANGE 12 x 5g Activate rapid hydration while increasing electrolyte absorption. Precisely formulated to activate rapid rehydration leading which increases fluid and electrolyte absorption. Fast & Effective Hydration Rehydrates faster than water alone. Great for All AgesA solution the whole family can enjoy Clean IngredientsVegan, Gluten Free, Dairy Free, Non GMO Convenient […]