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

Sandrena Gel

$24.33

Hormone replacement therapy
Used once daily 
For more information, please refer to the patient information leaflet

Benylin Mucus Cough With Decongestant Syrup – 100ml

$7.42

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

PASCOE VERTIGOPAS 50ml

$32.51

Imbalance? Unsteadiness? Motion Sickness? Try Pascoe’s Vertigopas! Vertigopas is a homeopathic remedy to relieve symptoms of vertigo and dizziness. It comes in 50mL drops, creating easy general dosing and acute dosing, varying from 1 to 30 drops depending on age. Approved for all ages, including infants, by Health Canada, it is formulated without peanuts, gluten, […]

Differin Gel (Adapalene)

$34.34

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

Anadin Extra – 12 Caplets

$3.37

What is Anadin Extra? Anadin Extra is a painkiller that gets to work fast to relieve pain and fever. Ideal for those who suffer from migraines and headaches but can also be used to ease many other different kinds of pain, making it a perfect all-round pain relief.   What kinds of pain can this […]

Visine for Dry Eye Tired Eye Relief 15mL

$9.12

Uses: Visine Tired Eye Relief features fast-acting lubricants to soothe tired eyes caused by the drying effects of: electronic screens, bright lights, phones, and TV. Directions: Remove contact lenses before using. Adults & children 6 years and over: Put 1 or 2 drops in the affected eye(s) up to 4 times a day or as directed […]