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

AOR QUERCETIN 500mg 100caps

$43.93

AOR QUERCETIN 500mg 100caps AOR Quercetin is the flavone aglycone (non-sugar-bound) form of the polyphenolic flavonoid rutin. Quercetin is the major bioflavonoid in the human diet and an antioxidant for the maintenance of good health. Quercetin Benefits: Fights allergies and inflammation A valuable dietary flavonoid Helps regulate the histamine response Ideal for allergy related skin reactions […]

Embecta Ultra-Fine II Insulin Syringe 1ml 8mm 30G 100 Count

$40.27

Embecta Ultra-Fine II Insulin Syringe for U-100 Insulin 100 Single use Syringes 1ml for 100 Units or Less 8mm (5/16″) Length  Needle 30G Gauge Needle Comfort: Superbly coated for gentleness with a special-formulated lubricant. Accuracy: Flat-faced plunger tip. Lines up precisely with scale marking for accurate reading. Large Number- Clean, blod, easy to see for greater […]

UltiCare Insulin Syringes 1cc 12.7mm 29G 100 Count

$22.69

Insulin Syringes For U-100 Insulin. Doses up to 100 units 100 Sterile Single-Use Syringes (10 Packs) For Superior Comfort: Tri-bevel tip for easy insertion Electromagnetic polishing for a smooth finish  Silicone lubrication for effortless glide  

Bounce Outdoor Fresh Dryer Sheets 80 Sheets

$5.48

Toss away wrinkles & static. Usage: Add a new sheet on top of clothes at start of drying. Discard after each dryer cycle. For best results: For large loads, use an extra sheet. Use low heat setting for synthetics. If spotting occurs at high heat setting, rub spot with a bar soap and rewash in […]

Difflam Spray – 30ml

$10.01

Difflam Spray is an oral pain-relief product which targets the pain of a sore throat at the source. For the treatment of painful and sore mouth and throat conditions. The spray contains a non-steroidal anti-inflammatory drug called benzydamine hydrochloride which reduces swelling and relieves pain.

Olay Ultra Moisture Shea Butter Body Wash 364mL

$7.32

Description: BEAUTIFUL, HEALTHY SKIN YOU CAN SEE AND FEEL – Reveal beautiful, healthy-looking skin with Olay Ultra Moisture Body Wash with Shea Butter. Now formulated with Olay’s Vitamin B3 Complex, it hydrates to plump surface skin cells, locking in natural moisture. Our advanced formula, with Shea Butter and Olay moisturizers, indulges skin to leave it […]