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 “Minadex MinaKIDS D3 & K2 Drops – 60ml”

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

More Products

Enfamil Enfacare A+ Powder 363g

$14.64

Enfamil A+ EnfaCare post-discharge from hospital baby formula is scientifically designed, with extra calories and increased nutrient levels, to support normal growth of low birth weight or premature babies. Enfamil A+ EnfaCare: Contains more protein, vitamins and minerals than Enfamil A+ to help support catch-up growth Contains DHA, a type of Omega-3 fat and an important building […]

Degree Men Motionsense Dry Spray Antiperspirant Cool Rush 107g

$7.68

Degree Men Sports Defense dry spray antiperspirant with 48-hour Motionsense formula that goes on instantly dry. Keeps up with your every move on and off the field. Ingredients: Butane, Cyclopentasiloxane, Hydrofluorocarbon 152A, Isobutane, Aluminum Chlorohydrate, PPG-14 Butyl Ether, Fragrance, Disteardimonium Hectorite, Propane, BHT, Caprylic/Capric Triglyceride, Sodium Starch Octenylsuccinate, Propylene Carbonate, Maltodextrin, Hydrated Silica, Hydrolyzed Corn Starch, […]

Corsodyl Dental Gel – 50g

$6.76

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

Xenical (Orlistat) Capsules

$62.44

For weight loss
Cheaper generic Orlistat available
Just 1 tablet 3 times a day
Always read the patient information leaflet before use.

Gaviscon Double Action Chewable Tablets Mint – 48 Tablets

$16.24

What are Gaviscon Double Action Tablets? Gaviscon Double Action Tablets are a soothing treatment for heartburn, acid reflux, and indigestion. These tablets can be chewed and swallowed without needing a glass of water, so you can take them whenever and wherever you suffer with heartburn. If you’re looking for a treatment for heartburn and indigestion […]