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

Colgate Peroxyl Medicated Mouthwash – 300ml – 4 Pack

$27.03

Buy Colgate Peroxyl Medicated Mouthwash Colgate Peroxyl Medicated Mouthwash is a medicated mouthwash used to relieve minor mouth and gum germs.  The mint flavoured mouthwash kills germs and prevents them from spreading and causing infection.    How Colgate Peroxyl Medicated Mouthwash works When the peroxyl in the mouthwash comes into contact with your mouth tissue, […]

Gaviscon Advance Mint – 60 Chewable Tablets

$12.64

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

IDEAL PROTEIN CHOCOLATE CRISPY SQUARE – 1 BOX

$25.53

IDEAL PROTEIN CHOCOLATE CRISPY SQUARE – 1 BOX Indulgent, Delightful. It’s hip to be square. If you like chocolate, this will soon be a favorite. Ingredients  Protein blend (soy protein isolate, milk protein concentrate, dried egg white, whey protein concentrate), unsweetened chocolate, polydextrose, water, fructooligosaccharide, vegetable oil (palm kernel, palm, shea, sunflower), glycerin, soluble corn […]

MEDIHERB GYMNEMA 60tabs

$31.35

MEDIHERB GYMNEMA 60tabs Description Helps support healthy blood glucose levels Standardized to contain 25% gymnemic acids Traditionally used in Ayurvedic medicine for metabolic support Advice to use Adults: Take 1 tablet once daily or as directed by your healthcare practitioner. Ingredients Medicinal Ingredients (per tablet): Gymnema leaf extract 10:1 (Gymnema sylvestre) – 400 mg(Standardized to […]

Voltaren Emulgel Extra Strength

$9.86

12 Hours Extra Strength2x stronger for 12 hrs between treatments. Indications: For the relief of aches and pain associated with acute, localized minor muscle or joint injuries such as sprains, strains or sports injuries (e.g. ankle sprain, shoulder strain or back muscle pain). Rest may also be helpful to assist the relief of associated discomfort. […]

CANPREV SLIM-PRO FORMULA 90vcaps

$30.75

OVERVIEW Slim-Pro Formula helps support healthy blood sugar metabolism and aids in weight management when used along with a program of reduced intake of dietary calories and increased physical activity. Managing weight can be a constant balancing act: you cut back on food and increase exercise hoping to land somewhere in the middle. But that’s […]