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”

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

More Products

Canesten Combi 3 Day ComforTAB + External Cream 15g

$18.98

Treats vaginal yeast infections Clotrimazole Vaginal Tablet, BP std. & Clotrimazole Cream, Bayer std.  Vaginal Tablet 200mg External Cream 1%  Relieves:  Internal and external burning Discharge Active Ingredients: (In each Vaginal Tablet and Cream w/w) Clotrimazole 200mg/vaginal tablet Clotrimazole 1% Cream Inactive Ingredients: Vaginal Tablet: Adipic acid, corn starch, lactose, magnesium sterate, polysorbate 80, silicon dioxide […]

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

UNDA GEMMO RIBES NIGRUM 125ml

$37.99

  Gemmotherapy uses the extracts of fresh buds, young shoots, rootlets, or saps from developing plants, where the plant’s life essence is at its peak in the young growths. UNDA Gemmotherapy remedies are prepared in a natural glycerin and organic ethanol medium, which is then filtered and potentized at a 1/10th dilution (1X Hahnemannian) in […]

Option+ Fluconazole 1 Oral Capsule

$10.95

Uses: Relieves symptoms of vaginal yeast infection: vaginal itching, burning, discharge Directions: Adults and children 12 years and older: Take one capsule by mouth. Do not take more than directed. Swallow one capsule as a one-time only dose. Warnings: Do not use: if you are pregnant, trying to become pregnant or nursing, are allergic to fluconazole (related […]