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

Aronix Tablets 50mg – Pack of 8

$37.32

Do you need Aronix sildenafil 50mg tablets to manage your erectile dysfunction or impotence? Chemist 4 U has sildenafil tablets available with discreet delivery

DayQuil Complete Cold & Flu Liquid 236mL

$13.54

All in One Effective 12 Symptom Relief: Nasal congestion & pain, Fever, Sore Throat Pain, Thins & Loosens Mucus, Cough due to cold.Additional Symptom Relief of: Sinus Congestion & Pain, Relieves cough with phlegm, Minor Aches & Pains, Headache, Chest Congestion. Directions for use: Use tablespoon (tbsp) or dose cup. Adults (12 years and over): […]

Buscopan IBS Relief – 20 Tablets

$9.47

What are Buscopan IBS Relief Tablets? Buscopan IBS Relief tablets help to ease symptoms of Irritable Bowel Syndrome, such as stomach cramps and discomfort. Take just one tablet three times a day to ease your discomfort during flare-ups, helping you to feel more comfortable.   What is Irritable Bowel Syndrome (IBS)? Irritable Bowel Syndrome, also […]

NEW ROOTS VITAMIN C8 527mg 180caps

$36.75$43.24

Formulated with eight forms of buffered vitamin C, Vitamin C⁸ contains additional cutting-edge nutraceuticals dedicated to excellent health. It’s also less acidic, for enhanced gastrointestinal tolerance.   Not All Vitamin C Products Are Created Equal For your body to truly get all the benefits of vitamin C, it needs to get it from more than one source. Vitamin C⁸ combines […]

Midol Complete 40 Caplets

$10.61

Fast relief from: Cramps, Headaches, Backaches, Bloating Uses: For temporary relief from multiple symptoms experienced during menstruation, such as: cramps, headache, backache, bloating, muscle aches, temporary water weight gain. Directions: Adults and children 12 years and over: take 2 caplets every 4-6 hours; do not take more than 8 caplets in 24 hours; not a […]

Vicks DayQuil Complete Cold & Flu 24 Liquicaps

$17.57

VICKS DAYQUIL COMPLETE COLD & FLU RELIEF Get cold & flu relief with DayQuil COMPLETE LiquiCaps. Delivers maximum symptom-fighting ingredients to relieve your worst cold & flu symptoms, among OTC cold & flu medicines. DayQuil COMPLETE offers non-drowsy cold & flu symptom relief, so you can power through the day. Contains acetaminophen. SMALLEST BRANDED, 4-ACTIVE, […]