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

METAGENICS BIOPURE PROTEIN 345g

$55.25

Source of essential amino acids involved in muscle protein synthesis Serving Size: 2 Scoops (23 g) Ingredient Amount Daily Value Calories 100    Fat 3 g    Sodium 45 mg    Carbohydrate 2 g    Whey Protein 8 g    Calcium (found in whey) 85 mg    Phosphorus (found in whey) 75 mg    Potassium […]

Vocalzone Throat Pastilles – 24 Pack

$6.76

Buy Vocalzone Throat Pastilles – 24 Pack Vocalzone Throat Pastilles – 24 Pack are a soothing pastile that helps to soothe and clear the throat. They also have the ability to help you keep a clear voice.  The throat pastilles are free from both gluten and lactose. They are also suitable for vegetarians and vegans.  […]

Clearasil Ultra Deep Pore Cleansing Pads 90 Pads

$9.51

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Accu-Chek Aviva Test Strips – 50 Strips

$24.43

What are Accu-Chek Aviva Test Strips? Accu-Chek Aviva Test Strips are used with Accu-Chekk meters to help determin blood glucose in people with diabetes. This product makes it easy to test correctly the first time, so you can be confident in your results. The easy to handle test strips, simple blood application and small blood […]

Selsun Blue Anti-Dandruff Shampoo Hydration 300mL

$10.61

For healthy, shiny hairTough on dandruff… Moisturizes scalp and hair Helps control dandruff, itching and flaking with regular use. Moisturizes your scalp and leaves hair clean and shiny. Medicinal Ingredient: Selenium Sulfide Lotion USP 1% w/w.

FLORA MSM SOOTHING RUB 120ml

$17.20

FLORA MSM SOOTHING RUB 120ml Description Flora MSM Soothing Rub is a natural muscle rub formulated with Methyl sulfonyl methane (MSM) to promote a sense of well-being through massage and help relieve joint pain. MSM has been proven to naturally alleviate joint pain, offering an alternative to NSAIDs (non-steroidal anti-inflammatory drugs) for pain relief. This […]