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

SISU MAGNESIUM 250mg 100vcaps

$18.95

SISU MAGNESIUM 250mg 100vcaps Description High-potency magnesium supplement providing 250 mg of elemental magnesium from magnesium malate and oxide Helps maintain proper muscle function, support heart health, and reduce symptoms associated with magnesium deficiency Includes malic acid, a natural compound that supports energy production and is found in apples and other fruits Advice to use […]

CANPREV ALPHA LIPOIC ACID 600mg 60vcaps

$25.15

Alpha Lipoic Acid (ALA) is a very important vitamin-like antioxidant that was not discovered until 1988. It is not a true vitamin however because it can actually be made by your body and it is not considered to be a critical element in the human diet. However, many would argue that it is critical as […]

Numark Zinc 15mg – 60 Tablets

$2.13

What are Numark Zinc 15mg tablets? Numark Zinc 15mg tablets are food supplements that will help you to get your daily recommended amount of zinc. Zinc supplements can help to support a healthy immune system, especially when taken as a part of a balanced diet. These tablets are ideal for adults and children over the […]

Piriteze Allergy Syrup (6 Years +) Sugar Free Banana Flavour – 70ml

$7.35

What is Piriteze Allergy Syrup? Piriteze Allergy Syrup is a liquid treatment for hay fever and allergy symptoms. This banana flavoured syrup is perfect for kids aged 6 and up, relieving allergy symptoms fast and providing protection all day long. If you’re looking for a way to manage your child’s allergies or are an adult […]

Infants’ Tylenol Drops 24mL Grape Dye-Free

$9.13

Trusted by parents and doctors for over 50 years to be effective on pain & fever, while being gentle on the tummy. Comes with SIMPLEMEASURE® – a dosing technology specially designed to improve accuracy and reduce the potential for spills. Fast effective relief of fever and pain due to: Immunization Teething Colds or Flu Medicinal Ingredients: […]