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 “FreeStyle Libre 2 Sensor – Pack of 2”

Your email address will not be published. Required fields are marked *

More Products

Band-Aid Flexible Fabric Knuckle & Fingertip Assorted Sizes 20

$6.20

Stretchable protection to move with your body.Unique Quilt-Aid Pad wicks fluid away from the wound. Hurt free pad wont’ stick to the pad. Not made with natural rubber latex. Sterile unless individual wrapper is opened or damaged. Directions: For use on minor cuts and scrapes. For best results, apply bandage to clean, dry skin. Change […]

NEW ROOTS STRONG BONES 180caps

$45.94

Strong Bones helps you build and maintain stronger bones. Strong Bones contains microcrystalline hydroxyapatite (MCHA) from New Zealand, with cofactors for immediate absorption to reduce the risk of osteoporosis. Bones are indeed amazing. They serve as a frame for our bodies and to protect key organs. Bones also perform several important biological roles as well; […]

NEW ROOTS VITAMIN C8 527mg 90caps

$17.97$21.14

Formulated with eight forms of buffered vitamin C, Vitamin C⁸ contains additional cutting-edge nutraceuticals dedicated to excellent health. It’s also less acidic, for enhanced gastrointestinal tolerance.   Not All Vitamin C Products Are Created Equal For your body to truly get all the benefits of vitamin C, it needs to get it from more than one source. Vitamin C⁸ combines […]

Benylin Cough Plus Cold Relief Extra Strength

$10.58

Fast relief of: cough, chest congestion, nasal congestion, sore throat pain. Dosage: Adults (12 years and over): 2 tsp. (10mL) every 6 hours. Maximum 8tsp. (40mL)/day. Shake well before using. Not recommended for children under 12 years.  Caution: Do not use with other products containing any of these ingredients or other cough/cold medications. Do not […]

Astroglide Water Based Lube (90 g), Sensitive Skin Gel Personal Lubricant, Stays Put with Thick Formula, Sex Lube for Long-Lasting Pleasure for Men, Women and Couples

$6.92

WATER-BASED PREMIUM LUBE – Not made with Glycerin, Parabens, fragrances or alcohol GREASE-FREE LUBE – Water-based personal lubricant is silky smooth and toy friendly ULTRA GENTLE – Lubricating personal lube gel soothes and is hypoallergenic THICKER FORMULA – Stays put and lasts longer; helping reduce friction, discomfort, dryness and irritation

SURO ORGANIC ELDERBERRY SYRUP KIDS 236ml

$17.90

Cold and Fever Relief, Canadian Elderberries, Certified Organic. Traditionally used in herbal medicine to help fight colds and relieve sore throats, cough and fever.  Made exclusively from Canadian ingredients, No water added, No sugar added. Contains Raw Honey; Elderberry, elderflower and echinacae extracts. **Safe for women who are pregnant or breastfeeding. Relieve cold and flu symptoms naturally with Suro […]