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

Nurofen for Children Orange 200mg/5ml 7-12 Years – 100ml

$10.80

What is Nurofen for Children aged 7-12? Nurofen for Children is a pain relief medication designed for children aged 7-12. It’s twice the strength of other Nurofen for Children formulas, making it ideal for older children who need high doses of pain relief. This product comes in two delicious flavours: strawberry and orange. The handy […]

Perrigo Ibuprofen Childrens Strawberry Flavour 200mg/5ml Oral Suspension – 100ml

$6.75

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

Berocca Orange – 30 Effervescent Tablets

$22.98

What is Berocca? Berocca is a daily multivitamin which can help your body to release energy and support your mental performance. These effervescent tablets dissolve into a refreshing drink which is vegetarian and vegan friendly, gluten free, and contains no yeast or lactose. Berocca comes in 4 delicious flavours; orange, mango, mixed berry, and tropical. […]

Nurofen Pain Relief 200mg Soft Capsules – 16 Pack

$6.07

What are Nurofen soft capsules? Nurofen soft capsules are pain relief medication that’s ideal for headaches, period pain, muscular pain, toothache, and lots of other everyday aches and pains. Nurofen soft capsules are perfect for anyone over the age of 12 who’s looking for a way to ease their pain, reduce swelling, and even bring […]

Systane Original Lubricant Eye Drops

$17.53

Soothing ComfortLong LastingDry Eye Therapy For the temporary relief of burning and irritation due to dryness of the eye. Directions: Instill 1 or 2 drops in the affected eye(s) as needed. Active Ingredient: Polyethylene glycol 400 0.4% w/v, propylene glycol 0.3% w/v.Preservative: polyquaternium-1 0.001% (POLYQUAD antimicrobial)Inactive Ingredients: Boric acid, hydroxypropyl guar, potassium chloride, sodium chloride, magnesium chloride, calcium […]

BELL GOUT RELIEF #89 60caps

$26.27

Bell Gout Relief Gout is a complex form of arthritis that can affect anyone, but men are more likely to get gout. Gout causes sudden and severe pain, redness, and tenderness in the joints. Often this occurs in the joint at the base of the big toe. An attack can happen at any time and […]