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

Acidex Original Sugar Free Oral Suspension Peppermint – 500ml – 3 Pack

$25.72

Do you need Acidex Original liquid to relieve heartburn and acid reflux? Chemist4U has a wide range of heartburn relief available with speedy delivery

Gaviscon Original Liquid Aniseed – 300ml

$10.14

What is Gaviscon Original liquid? Gaviscon Original liquid is a remedy for heartburn and acid reflux, helping to prevent acid reflux and stopping your symptoms at their source. If you’re struggling with heartburn and need a way to control those symptoms after you eat, Gaviscon Original can help you to feel more comfortable. Gaviscon liquid […]

BOIRON STAPHYSAGRIA 30CH

$7.32

Homeopathic Single Medicines by Boiron:Single homeopathic medicines are known and registered by their Latin name, resulting in a common international nomenclature. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on the patient’s specific symptoms. They are generally recommended by health care practitioners.Label Information:Each tube […]

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.

Monistat 7 Dual-Pak

$14.64

Monistat 7 Dual-Pak relieves internal and external vaginal itching, burning and white discharge due to vaginal yeast infections (candidiasis).  Directions: Read leaflet for full directions and precautions before use. Using the enclosed applicator, insert one suppository high into the vagina at bedtime for 7 nights in a row, even if menstruating. Apply a thin layer of cream […]

Baby Ddrops Vitamin D Drops 400IU 2.5ml

$13.54

400 IU of purified vitamin D3. Specifically designed as an easy and effective way for babies to get their daily vitamin D intake. Recommended intake in just one tasteless drop. Babies need vitamin D for healthy growth and development. Made with only two naturally sourced ingredients, pure vitamin D3 and organic fractionated coconut oil. Free […]