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 Ironbaby Drops – 60ml”

Your email address will not be published. Required fields are marked *

More Products

Colgate Peroxyl Medicated Mouthwash – 300ml

$6.68

Buy Colgate Peroxyl Medicated Mouthwash Colgate Peroxyl Medicated Mouthwash is a medicated mouthwash used to relieve minor mouth and gum germs.  The mint flavoured mouthwash kills germs and prevents them from spreading and causing infection.    How Colgate Peroxyl Medicated Mouthwash works When the peroxyl in the mouthwash comes into contact with your mouth tissue, […]

Vardenafil Tablets

$13.37

Erectile dysfunction (ED) treatment
Generic alternative of Levitra
Can get to work within 25 minutes
Helps you get and maintain an erection
May produce fewer side effects than other ED pills

Option+ Lutein 20mg 60 Softgels

$12.39

Source of antioxidants for the maintenance of eye health. Helps to maintain eyesight and support eye health in conditions (associated with sunlight damage) such as cataracts and age-related macular degeneration. Helps to reduce the risk of developing cataracts. Medicinal Ingredients: Each Softgel Contains: Lutein (Tagetes Erecta ) (Herb Flowering Oleoresin) 20 Mg Zeaxanthin (Tagetes Erecta […]

Gaviscon Advance Mint – 60 Chewable Tablets – 6 Pack

$70.55

‘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’ […]

Option+ Calcium 500mg

$5.84

Indications: Helps in the development and maintenance of bones and teeth. Adequate calcium as part of a healthy diet may reduce the risk of developing osteoporosis. Dosage: Adults: 3 tablets daily with food, a few hours before or after taking other medications or natural health products, or as recommended by a physician. Medicinal Ingredients: Each tablet contains:Elemental […]

Calprofen Oral Suspension Ibuprofen 3+ Months Strawberry – 100ml

$5.61

What is Calprofen? Calprofen is a liquid medicine which can help to ease pain and reduce fever in children. It’s ideal for little ones aged 3 months and older, helping to make them feel more comfortable if they’re suffering with teething pain, headaches, cold symptoms, and many other ailments.   What kinds of pain can […]