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 “Airomir Inhaler 100mcg – 200 Doses”

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

More Products

Gravol Kids Suppositories – 10 Comfort Shaped Suppositories

$8.76

Children Nausea Relief – Prevention and treatment of nausea, vomiting and dizziness due to motion sickness.  Use: GRAVOLTM Kids Comfort-Shaped Suppositories are designed for easy insertion and are ideal when quick relief is required or when GRAVOLTM cannot be taken orally. Specifically designed for children aged 2-12 by Canada’s #1 Doctor and Pharmacist Recommended brand. Directions: Children […]

Option+ Biotin 5000mcg 60 Capsules

$9.11

A factor in the maintenance of good health. Helps to maintain the body’s ability tometabolize nutrients. Helps maintain healthy hair, skin and nails. Directions for use: Adults: 1 capsule daily or as recommended by a physician Each capsule contains:Biotin 5000 mcg Non-medicinal ingredients (in descending order): Microcrystalline cellulose, vegetarian capsule (carbohydrate gum, purified water), magnesium […]

Adcal-D3 1500mg/400IU – 112 Chewable Tablets

$24.07

Do you need Adcal-D3 caplets to support healthy teeth & bones? Chemist4U has a wide range of vitamin & mineral supplements available with speedy delivery

Abreva Cold Sore Treatment 2g

$21.14

Clinically proven to speed healing.Reduces the duration of pain, burning, itching and tingling. Directions: Wash hands before and after application. Rub in cream gently but completely to affected area of face or lips 5 times daily until the sore is healed, up to a maximum of 10 days. Best results are obtained if treatment starts […]

Band-Aid Tough Strips Waterproof 20

$6.20

100% Waterproof. Shields out water, dirt and germs even when wet. Up to 2x stronger than ordinary waterproof bandages. Superior adhesion stays on until you want it off. 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 bandage daily, […]

Nutricia Fortisip Milkshake Style Banana Flavour – 200ml

$2.96

Please note that the packaging may vary on this product and it may arrive in a plastic bottle or a carton/tetra pack. Fortisip by Nutricia is the ideal nutritional supplement ideal for those who struggle to gain or maintain a normal weight. A product fortified with essential protein, carbohydrates, fat, vitamins, and minerals. Fortisip is […]