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 “Accu-Chek FastClix Finger Pricker”

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

More Products

MEDIHERB WILD YAM COMPLEX 60tabs

$50.41

MEDIHERB WILD YAM COMPLEX 60tabs Description Herbal formula traditionally used to relieve restlessness, nervous tension, and premenstrual or menopausal symptoms Supports hormone balance and comfort during the menstrual cycle and menopause Contains Wild Yam, Shatavari, St. John’s Wort, Sage, Black Cohosh, and Korean Ginseng Advice to use Adults: Take 1–2 tablets daily or as directed […]

Revlon Colorstay Liquid Liner

$9.11

Liquid eyeliner for all-day wear.  Our classic ColorStay Liquid Liner allows you to emphasize your eyes with ultra-fine or dramatically bold looks that last up to 16 hours. Whether you choose to draw skinny lines or thicker ones, you feel in control This waterproof liquid eyeliner isn’t going anywhere—for up to 16 hours (no smudging, […]

Differin Cream (Adapalene)

$31.68

Topical treatment for mild to moderate acne.
Contains adapalene.
Always read the patient information leaflet before use. 

Ultra Chloraseptic Original Menthol Throat Spray – 15ml

$6.01

What is Ultra Chloraseptic Original Menthol Throat Spray? This is a throat spray that works to reduce the pain of a sore throat. The active ingredient contained in the spray is benzocaine. Benzocaine is a local anaesthetic that numbs the pain associated with a sore throat.   What causes a sore throat? A sore throat […]

HistaHive 180mg – 30 Tablets x 3

$41.47

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

Paramol (Paracetamol) – 32 Tablets

$16.71

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