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 Multivitamin Liquid – 150ml”

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

More Products

Flarin 200mg Ibuprofen – 12 Soft Capsules

$7.35

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

Glucoject Lancets Plus 33g – 100 Lancets

$6.75

What are Glucoject Lancets? Glucoject lancets are designed to be used with lancing devices, as part of a blood sugar monitoring system. They draw a drop of blood from your fingertip so you can test your blood glucose and react however you need to. These lancets perfect for people who have diabetes and need to […]

GlucoRx Finepoint Needles 6mm 31g – Pack of 100

$9.45

Buy GlucoRx Finepoint Needles 6mm 31g – Pack of 100 GlucoRx Finepoint Needles 6mm 31g – Pack of 100 are needles that have been designed to provide you with a virtually pain-free experience when it comes to managing your diabetes. The needles are ideal for penetration. They will be able to provide you with accurate […]

TRESemmé TRES TWO Freeze Hold Hair Spray 311g

$10.22

New Larger Size Mega Firm Control 5  Professional Quality Our Philosophy: from our origins in salons around the world, we have always been driven by a simple truth: every women deserves to look fabulous without sending a fortune. TRESmme – Professional Affordable.  TRESemmé Freeze Hold Spray. Fast-Drying And Humidity Resistant This water-free hair spray for […]

Embecta Alcohol Swabs 100

$3.65

(formerly BD alcohol swabs) Single use onlyIsopropyl alcohol 70% by volumeIndividually Foil WrappedConvenient to Use Use: For skin cleaning prior to injection. Directions: Rub skin briskly in a circular motion from injection site outward.  Caution: External use only. In the event of skin irritation or rash, discontinue use. Avoid contact with eyes; if contacted, flush […]

LAVERA MEN CALMING AFTER SHAVE BALM 50ml

$12.41

The skin-care formula of the After Shave Balm combines the functions of an aftershave and a moisturiser. It provides freshness and a cool feeling while at the same time preventing irritations. The two main ingredients, organic aloe vera and organic bamboo, restore moisture to the skin. Bisabolol and organic liquorice extracts, together with green tea […]