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 “Numark Multivitamin Syrup – 150ml”

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

More Products

BOIRON CAMILIA TEETHING 30 x 1ml

$14.80

Homeopathic medicine used for the relief of pain, restlessness, irritability and diarrhea due to teething. Claims based on traditional homeopathic practice, not accepted medical evidence. Not endorsed by Health Canada. Directions Children from 1 month to 30 months: Hold baby in a seated position. Squeeze entire contents of one single-use unit-dose into baby’s mouth. Give […]

Robitussin Total Cough, Cold & Flu Nighttime Extra Strength 240mL

$16.43

Relieves:Dry CoughsChest CongestionStuffy NoseSoothes Throat Dosage: Adults (12 years & over): 2 teaspoons (10mL). Children under 12 years: Do not use. Take every 6 hours or as directed by a doctor. Maximum 4 doses/day. Caution: Keep out of reach of children. This package contains enough medication to seriously harm a child. Do not exceed the […]

Unifine Pentips 5mm 31g 100 Count

$20.44

Diamond Point Technology Sharpened to perfection for lower penetration force. Indication For Use: Intended for use with pen injector devices for the subcutaneous injection of drugs, including insulin.  How To Use: Consult injection pen instructions prior to use. Use a new needle for each injection. Discard inner needle shiel. Prime your pen before injection to […]

Jamieson Vitamin D 1000IU 150 Sublingual Tablets

$12.41

Supports a healthy immune system and bone health. Directions: Adults: Dissolve 1 tablet daily on or under tongue. Store between 15°C and 25°C, away from children. Each tablet contains:Vitamin D3 (Cholecalciferol) – 25mcg/1000IU Also contains: Mannitol, dextrose, cellulose, crospovidone, xylitol, dicalcium phosphate, calcium carbonate, natural orange flavour, vegetable stearic acid, silica.

EMLA Cream 5% – 30g

$22.98

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

Sytron Elixir (Sugar Free) – 500ml

$35.15

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