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 – 3 Pack”

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

More Products

GoodNites Disposable Bed Mats – 9 Mats

$13.49

Featuring our signature “Micro-Pocket Technology” for Trusted Nighttime Protection, GoodNites Bed Mats are a simple way to give your child restful nights and help you cut down on sheet changes. Designed to both lock in odor and absorb as much fluid as an L-XL pair of GoodNites Underwear to help keep sheets dry at night. […]

Strefen Eucalyptus & Manuka Honey Flavour 8.75mg – 16 Lozenges

$9.76

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

Jamieson Vitamin B6 100mg 100 Tablets

$13.14

Converts carbs, proteins and fats to energy. Directions (Adults): Take 1 tablet daily with a meal. Store between 15°C and 25°C, away from children. Each caplet contains:Vitamin B6 (Pyridoxine HCl) – 100mgAn essential B complex vitamin. Also contains: Cellulose, dicalcium phosphate, modified cellulose gum, vegetable magnesium stearate, silica.  

Orajel Maximum Toothache Relief Liquid 13mL

$8.03

Use: Temporarily relieves pain due to toothache.  Directions: Adults: apply a pea-sized amount to affected area up to 4 times daily or as directed by a health care practitioner. Do not eat for one hour following use. Do not chew gum or food while numbness persists. Medicinal Ingredient: Benzocaine 20% w/wNon-Medicinal Ingredients (alphabetical order): Aroma, […]

SALUS FLORAVIT 250ml

$27.00

SALUS FLORAVIT 250ml Looking to soak up the iron boosting benefits of the best-selling natural liquid iron supplement in North America, in a yeast- and gluten-free formula? Salus Floravit (Yeast-Free) may be the solution you’re seeking. Iron deficiency knows no boundaries – from women (it is estimated that up to 26% of reproductive aged women […]

BOIRON KALIUM BICHROMICUM 30CH 80pellets

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]