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 “Ventolin Evohaler – 100mcg/200 Dose”

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

More Products

Piriton Tablets 500 – Allergy Relief

$39.26

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

Systane Ultra Lubricant Eye Drops 30pck

$15.33

DRUG FACTS Active Ingredients                                                                                                        […]

Acnecide Wash 5% w/w Gel – 100g

$19.96

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

Vicks NyQuil Cold & Flu 24 Liquid Capsules

$15.67

USES Temporarily relieves common cold/flu symptoms: Nighttime Relief Of: Dry cough due to cold Minor aches & pains Headache Fever Sore throat pain Sniffling & sneezing DIRECTIONS FOR USE ADULT USE ONLY. Adults (12 yrs and over): Take 2 LiquiCaps with water at bedtime. If your cold keeps you confined to bed or at home, take […]

SALUS NETTLE JUICE 200ml

$15.70

SALUS NETTLE JUICE 200ml Natural nettle juice pressed from fresh plants Certified organic Contains no alcohol, preservatives or additives Traditionally used in Herbal Medicine as a diuretic. Used in Herbal Medicine as supportive therapy to help relieve rheumatic complaints. Used in Herbal Medicine as nutritive tonic. Used in Herbal Medicine to help relieve seasonal allergy […]

NEW ROOTS PAU D’ARCO TAHEEBO 500mg 100cap

$13.51

Pau d’arco is an herb known by many names. The reason for this is simple: it was a deeply prized herb known by many of the indigenous tribes of South America. They were well aware of pau d’arco’s numerous health benefits and used for health problems. Pau d’arco tea or tincture concoctions have had beneficial […]