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

Numark Paracetamol Plus – 500mg/65mg – 16 Caplets

$2.66

Contains 500mg/65mg x 16 Numark Paracetamol Plus Caplets
Helps to relieve symptoms of pain and fever fast

BOIRON SYMPHYTUM OFFICINALE 200CH 80pellets

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

Aveeno Baby Eczema Care Moisturizing Cream 330mL

$20.08

Manage your baby’s eczema, the gentle, natural way. Our ACTIVE NATURALS Triple Oat Formula with ceramides soothes and moisturizes your baby’s dry and itchy skin to help relieve the four symptoms of eczema — redness, itching, dryness and irritation. Best of all, it’s the #1 pediatrician recommended eczema cream. So you can feel confident that your […]

Jamieson ProVitamina 100% Pure Vitamin E Oil 28ml

$13.51

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

Live Clean Baby Tearless Shampoo & Wash 300ml

$8.03

Live Clean Baby Gentle Moisture Tearless Baby Wash is a clinically tested, mild, tear free bubble bath formula that gently moisturizes and cleanses, leaving baby’s skin feeling soft and smooth. This natural moisturizing body wash is made with purified water and enriched with certified organic botanicals of Chamomile, Lavender and Aloe. 97% Planet Derived With […]