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

CANPREV D3 & K2 120sg

$24.06

Liquid sunshine in a bottle, enhanced with vitamin K to help support bone health Tropical vacations are something we might manage once a year, but what about the other 50 weeks? Vitamin D helps with the absorption of calcium and phosphorus to keep your bones and teeth strong and protect against disease. Supplements are made […]

BOIRON RUTA GRAVEOLENS 200CH

$7.30

BOIRON RUTA GRAVEOLENS 200CH 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 […]

Moi-Stir Dry Mouth Solution 120mL

$13.15

Moi-Stir quickly relieves dry mouth caused by certain medication, therapeutic treatments, diseases, and advanced age. Dosage: Adults: Spray 1 or 2 times into mouth whenever it feels uncomfortably dry. Each mL of mint flavoured solution contains:Medicinal Ingredients (alphabetical):Calcium Chloride 0.15mgDibasic Sodium Phosphate 0.28mgMagnesium Chloride 0.05mgPotassium Chloride 1.2 mgSodium Chloride 0.05mg Non-Medicinal Ingredients: Carboxymethylcellulose Sodium, Glycerin, […]

Visine for Dry Eye Tired Eye Relief 15mL

$9.12

Uses: Visine Tired Eye Relief features fast-acting lubricants to soothe tired eyes caused by the drying effects of: electronic screens, bright lights, phones, and TV. Directions: Remove contact lenses before using. Adults & children 6 years and over: Put 1 or 2 drops in the affected eye(s) up to 4 times a day or as directed […]

TROJAN H20 Sensitive Touch Water-Based Personal Lube, Aloe & Vitamin E Infused Lubricant, Hyaluronic Moisturizers, Fragrance, Dye & Paraben Free, 163-ml

$10.21$11.67

TROJAN H2O Sensitive Touch Water-Based Lubricant has a nourishing formula for next-level pleasure every time WATER-BASED LUBRICANT is MESS FREE and NON-STICKY VITAMIN E AND ALOE: Ultra-smooth personal lubricant with ALOE and VITAMIN E in every drop to help take you to the next level of pleasure, plus this sexual lubricant is fragrance and dye […]