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

Mackenzies Smelling Salts – 17ml

$13.02

What are Mackenzies Smelling Salts? Mackenzies Smelling Salts are a remedy for congestion or symptoms of a head cold. They’re ideal for times when inflamed mucous membranes in your nose and throat are causing a blocked nose and phlegm, helping to clear your airways. This product can be used by most people, including infants older […]

Nutricia Fortisip Milkshake Style Chocolate Flavour – 200ml

$2.97

Please note that the packaging may vary on this product and it may arrive in a plastic bottle or a carton/tetra pack. Fortisip by Nutricia is the ideal nutritional supplement ideal for those who struggle to gain or maintain a normal weight. A product fortified with essential protein, carbohydrates, fat, vitamins, and minerals. Fortisip is […]

MenoCare (Himalaya) – Pharmacy 24

$34.99

Dairy Free | Egg Free | No Gluten | Non GMO | Nut Free | Soy Free | Vegan | Keto | Organic 120 Veg Capsules

Surgical Spirit – 200ml

$3.92

Buy Surgical SpiritĀ  Surgical Spirit is a versatile cleaning and sterilising solution that can be used to sterilise both surfaces and the skin.Ā  It can also be used to harden the skin on the feet or to treat bed sores. It contains castor oils to help prevent cracking or dryness of the skin.Ā  Ā  Directions […]

HOMEOCAN TINNITUS 4g

$6.58

Homeocan Tinnitus 4g Homeocan Tinnitus Homeopathic Pellets are homeopathic medicine to help relieve symptoms associated with tinnitus: ringing and buzzing in the ears. Suggested Use Children (from 2 yrs.) and adults: let 3-5 pellets dissolve under the tongue 2-3 times daily and reduce intake as symptoms improve, or as directedby a healthcare practitioner. To be […]