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

Panadol Extra Advance – 32 x 500mg/65mg Tablets

$6.54

Contains 32 Panadol Extra Advance tablets
Relieves aches and pains fast
Read the patient information leaflet here

Creon 25000 Capsules

$10.00

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

BOIRON DROSERA 30CH 4g

$7.30

Homeopathic relief that is targeted to your symptoms.
The pellets are unflavored and melt in your mouth. Easy to take, this homeopathic medicine is suitable for the whole family, adults and children.
Non-Medicinal Ingredients: sucrose and lactose

Buckley’s Complete 24 Hour Convenience Pack 24 Caplets (18 Day & 6 Caplets)

$11.31

Day:Fast relief from: Mucus and phlegm; chest congestion; headache; minor aches and pains; fever and chills; sinus and nasal congestion; sore throat pain and cough.Night:Fast relief from: fever, aches & pains, headache, dry cough, sore throat, sinus & nasal congestion. Directions: Adults and children 12 years and over: Take 2 caplets every 4-6 hours as required. Do […]

GENUINE HEALTH FERMENTED ORGANIC VEGAN PROTEIN+ VANILLA 600g

$47.76

All plant-based, no bloat! Get more from your protein. Only fermented organic vegan proteins+ gives you a more digestible protein with a balanced amino acid profile – and gut health benefits! Made with a custom blend of 7 high protein vegan ingredients – organic spirulina, organic mung bean, organic yellow pea kernel, organic pumpkin, organic flaxseed, organic […]

Canesten Oral Combi-Pack Oral Capsule + External Cream 1% 10g

$20.82

For the treatment of vaginal yeast infections. CanesOral is easy to use because one capsule provides a full course of therapy and most women get symptom relief within 24 hours. Relieves itching, burning, and irritations associated with vaginal yeast infections. Canesten External Cream relieves external itching, burning and irritations associated with vaginal yeast infections. Directions: […]