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

Pedifix Visco-Gel Toe Cap 1 piece

$9.12

Relieves Toe Pain Instantly 

Protects corns, Ingrown Nail, Sore Spots

Surrounds, Cushions Entire Toe

Gel Softens and moisturizes

Effective for weeks

One size fits most

Stretchable

BOIRON ARNICA MONTANA 6CH

$7.30

Homeopathic relief that is targeted to your symptoms. The pellets are unflavored and melt in your mouth. Easy to take, this homeopathic medicine is suitable for the whole family, adults and children.

CANPREV L-GLUTAMINE VEGAN AMINO ACID 450g

$32.81

OVERVIEW L-Glutamine helps to support the immune and digestive systems after periods of physical stress. It also helps to restore plasma glutamine levels and assist in muscle cell repair after exercise. L-Glutamine the most abundant amino acid in the body. L-Glutamine assists in muscle cell repair after exercise and supports immune and digestive health. Ingredients: Each Scoop Contains: […]

Minadex Multivitamin Liquid – 300ml

$13.51

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

NATURAL FACTORS SELENIUM 50mcg 90tabs

$5.68

NATURAL FACTORS SELENIUM 50mcg 90tabs Natural Factors Selenium is a mineral supplement for the maintenance of healthy body cells and good health. Selenium is a vital antioxidant whose principal function is to inhibit the oxidation of fats. It protects the immune system by preventing free radicals from damaging the body. Natural Factors Selenium is important […]

BOIRON CAMILIA TEETHING 30 x 1ml

$14.80

Homeopathic medicine used for the relief of pain, restlessness, irritability and diarrhea due to teething. Claims based on traditional homeopathic practice, not accepted medical evidence. Not endorsed by Health Canada. Directions Children from 1 month to 30 months: Hold baby in a seated position. Squeeze entire contents of one single-use unit-dose into baby’s mouth. Give […]