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

NeoCitran Extra Strength Cold & Sinus Night Apple Cinnamon

$12.39

Uses: Temporarily relieves cold and flu symptoms: fever, minor body aches and pain, sore throat pain, headache, nasal & sinus congestion, sneezing, runny nose and itchy, watery eyes. Active Ingredients (in each pouch of 15.0 g powder): Acetaminophen 650 mg ………………. Pain reliever, fever reducerPhenylephrine hydrochloride 10 mg …………. Nasal decongestantPheniramine maleate 20 mg ……………………………….. Antihistamine Inactive Ingredients: Acesulfame […]

Alka-Seltzer Original 20 Effervescent Tablets

$7.75

What are Alka-Seltzer Original Effervescent Tablets?  Alka-Seltzer Original tablets are a medicine containing aspirin, sodium hydrogen carbonate, and citric acid. Alka-Seltzer can treat a variety of aches and pains, as well as heartburn and indigestion. Effervescent tablets are types of tablets that dissolve in water and become fizzy.  What is the recommended dosage?  Adults and […]

IDEAL PROTEIN MAPLE FLAVOURED OATMEAL – 1 BOX

$25.53

IDEAL PROTEIN  MAPLE FLAVOURED OATMEAL – 1 BOX Sweet, Hearty. Warm and comforting. A delicious, filling option for breakfast, or any time. Ingredients  Gluten-free rolled oats, soy flour, soy protein isolate, milk protein concentrate, whey protein isolate, natural and artificial flavor, contains 2 percent or less of sea salt, xanthan gum, sodium bicarbonate, silicon dioxide, […]

Cetirizine 10mg – 360 Tablets

$9.71

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

Sudafed Decongestant Non Drowsy – 12 Tablets

$6.14

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

Lip Smacker Lippy Pal Lip Balm Kitten

$4.00

Every member of the Lippy Pal Collection keeps your lips moisturized all day with authentic tasting flavors from Lip Smacker®. Unique packaging designs feature the adorable character in each lip balm, making it near impossible to resist a smile on your face when you apply it. Collect them all to keep your lips moisturized and […]