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

NATURAL FACTORS L-CARNOSINE 500mg 60vcaps

$47.96

Feature summary Carnosine is naturally found in “excitable” tissues, such as muscle and nerve tissue, and reaches high concentrations in skeletal muscle. It functions in these tissues to maintain the proper pH and electrical charge. It also protects brain and muscle cells from oxidative damage. Carnosine possesses additional benefits including neutralizing toxic heavy metals, promoting […]

XESSO Water-based Creamy Lube, Unscented 245mL, Thick White Gel-like Slippery Glide, Hypoallergenic for Women, Men & Couples. Discreet Package. Package May Vary

$14.49

Fun and Safe: Our signature product! One of its kind of water-based lubricant with a unique white and extra creamy texture! Made without synthetic fragrances, hormones, sugar, spermicide, or animal products, this vegan-friendly lubricant has a neutral scent and taste Lubrication of Longevity: Thanks to vegetable glycerin, a few drops of this lube will do […]

NATURE’S WAY SAMBUCUS FOR KIDS ELDERBERRY 120ml

$9.95$11.71

Nature’s Way Kids Sambucus Cold and Flu Care Syrup is traditionally used in Herbal Medicine to help relieve symptoms of colds and flus. The delicious tasting syrup is formulated for kids with each teaspoon containing 25 mg of Black Elder, 1.5 mg of Propolis and 0.104 ml of Echinacea Complex extract. The Standardized Elderberry also […]

Nurofen Back Pain Relief – 24 x 300mg Capsules

$12.44

Contains 24 x 300mg Nurofen Back Pain capsules
Helps to ease backaches and pains
Read the patient information leaflet here

Kamagra Combi Pack #6 Super Kamagra Tablet and Gel Trial Pack

$50.00$60.00

Super Kamagra Oral Jelly 7 Gel Pack Flavour orange & Super Kamagra 4 Tablets Potency products for male erectile dysfunction and premature ejaculation    1 Box Super Kamagra Oral Jelly 7 Gel Pack 2 in 1 action, First time in the world, for Male Erectile Dysfunction, in premature Ejaculation. Sildenafil 100mg + Dapoxetine 60mg 1 Box Super Kamagra […]

CANPREV SYNERGY B WITH L-THEANINE 60vcaps

$26.36

B vitamins are a group of eight individual vitamins that together are referred to as B-complex. While they work together to help convert our food into fuel thereby keeping up our energy, they all have specific jobs – supporting healthy skin and hair, working as antioxidants to help to prevent early aging and memory loss, […]