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

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

More Products

Cortoderm Hydrocortisone Ointment 15g

$4.01

Indications: For the temporary relief of minor skin irritations, itching, redness and scaling due to eczema, dermatitis, insect bites, poison ivy, poison oak, poison sumac, soaps, detergents, cosmetics, jewelry and for itchy genital and anal areas. Dosage: Appy a small amount to the affected area not more than 3 or 4 times daily. Warnings: Avoid […]

METAGENICS HERSYNERGY 60tabs

$62.10

Metagenics Hersynergy 60tabs HerSynergy® is formulated to promote libido in women with a special, concentrated extract of fenugreek, which may support multiple key markers of sexual function and arousal. This novel formula also supplies targeted vitamins and minerals to help maintain estrogen metabolism and other factors related to libido, such as emotional health and relaxation.* View Full Product Details Serving size, 1 […]

CarePoint Pen Needles 29g 12mm – Pack of 100

$7.02

What are CarePoint Pen Needles? CarePoint Pen Needles are a universal fit for all insulin pen delivery devices including Novo Nordisk, Owen Mumford, AstraZeneca and Sanofi. These needles have been expertly designed for easy injection and are available in a variety of sizes including 4mm, 5mm, 6mm, 8mm and 12mm.    How to use these […]

Rub-A535 Dual Action Patch

$12.05

When pain hits, RUB·A535TM Back Ice to Heat Relief Patches have your back! Dual action, medicated Ice To Heat Relief patches start out cold to ease the pain, then turn hot for soothing, penetrating relief of back and lower back pain. Plus, the discrete, easy to use patch format is a practical treatment solution for home, […]

Option+ Cold + Sinus Non-Drowsy Caplets

$7.30

Temporarily relieves symptoms of colds, sore throat pain, sinus pain, nasal congestion, headache, fever, minor body aches and pains. Directions: Adults and children over 12 to 65 years: Take 1 or 2 caplets every 4 to 6 hours as needed. Do not take more than 6 caplets in 24 hours, unless directed by a doctor.  […]