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

Gaviscon Chewable Tablets Peppermint – 24 Tablets

$6.51

What are Gaviscon Tablets? Gaviscon Tablets are chewable tablets which can help to ease heartburn and acid reflux. Simply chew and swallow these tablets after meals and before bed to ease that irritating heartburn, any time, anywhere. These chewable tablets are available in delicious strawberry and peppermint flavours and are suitable for anyone over the […]

Cetirizine 10mg – 90 Tablets

$3.05

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

Fenbid Gel 5% – 100g

$3.33

‘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+ Multivitamin and Minerals Complete 100 Tablets

$8.02

Helps to maintain eyesight, healthy skin and immune function; helps to maintain the body’s ability to metabolize nutrients; source of antioxidants for the maintenance of good health. Directions for use: Adults: Take 1 tablet daily with food or as directed by a healthcare practitioner. Take a few hours before or after taking other medications or […]

GENESTRA BRANDS MAGNESIUM GLYCINATE LIQUID 450ml

$34.27

GENESTRA BRANDS MAGNESIUM GLYCINATE LIQUID 450ml Helps to maintain proper muscle function; Helps to metabolize carbohydrates, protein and fat;  Magnesium glycinate is a gentle form of magnesium that is less likely to cause loose stools, Helps in the development and maintenance of bones and teeth, Helps to prevent magnesium deficiency. Dissolves completely in water; No cloudy residue; Great-tasting apple-pomegranate flavour.Magnesium is […]

PURICA MAGNESIUM BISGLYCINATE EFFERVESCENT RASPBERRY 300g

$34.27

PURICA MAGNESIUM BISGLYCINATE EFFERVESCENT RASPBERRY 300g Magnesium is truly a miraculous mineral and essential to our well being. Yet Health Canada reports that over 40 percent of adult Canadians are deficient in this mineral. Calcium directly opposes magnesium within the body and a high intake of calcium — relative to magnesium — can throw off […]