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 “LMX4 Lidocaine 4% Cream – 30g”

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

More Products

Option+ Cold Medication Extra Strength, 12 Day Caplets, & 12 Night Caplets

$8.02

Contains Acetaminophen. 12 Day Caplets and 12 Night Caplets. Relieves: Headache, Fever, Minor Aches & Pains, Dry Cough, Nasal Congestion, Runny Nose, Sneezing. Directions: Adults & Children 12 years and older: Day: Take 1 yellow caplet every 4 to 6 hours. If no relief, take 2 caplets at next dose. Night: Take 1 or 2 blue […]

Jext 300 Solution

$100.35

Intended for emergency treatment of life-threatening allergic reactions
Jext contains adrenaline, a hormone that the body naturally releases in response to stress
Always read the patient information leaflet before use.

Oral-B Vitality PRO Gift Set Spider Man

$27.03

Please note that the character of this toothbrush may vary. Buy Oral-B Vitality Pro Kids Electric Toothbrush – Spiderman The Oral-B Vitality Pro Kids Electric Toothbrush – Spiderman is a powerful electric toothbrush that makes oral care an exciting adventure for your little ones.  Designed with the exciting Spider-Man theme, your child’s imagination will soar […]

NEW ROOTS MAGNESIUM BISGLYCINATE 200mg 240cap

$41.61

Helps to maintain the body’s ability to metabolize nutrients; in the development and maintenance of bones and teeth; in tissue formation; to maintain proper muscle function, including the heart muscle; and to maintain normal electrolyte balance.   Helps to maintain the body’s ability to metabolize nutrients; in the development and maintenance of bones and teeth; […]

Option+ Nasal Decongestant Spray 30mL

$8.40

Uses: temporarily relieves cold or allergy symptoms; nasal congestion; sinus congestion and pressure; clears nasal passages, shrinks swollen membranes; runny nose; blocked nose; stuffy nose; hay fever. Directions: Adults & children 12 years and older: Blow the nose before using; apply 2 to 3 sprays in each nostril every 8 to 10 hours; do not apply more […]

NEW ROOTS WILD OMEGA 3 EPA 660mg DHA 330mg 60sg

$20.41

Molecularly distilled, pharmaceutical-grade, pure fish oil sourced only from anchovies and sardines. High-potency Wild Omega EPA 660 mg DHA 330 mg fish oil helps improve cognitive function, supports heart health, and reduces inflammation.   Fish oil is probably the most important dietary source of omega-⁠3 fatty acids, which are vital nutrients. Omega-⁠3 fatty acids are one type […]