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 “Treathay Fexofenadine 120mg – 30 Tablets”

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

More Products

Option+ Coenzyme Q10 60mg 60 Capsules

$10.57

Helps to maintain and support cardiovascular health Directions for use: Adults 18 years and older: 1 capsule, 2 times daily or as recommended by a physician. Each capsule contains:Coenzyme Q10 (Rhodobacter sphaeroides) (whole) 60 mg Non-medicinal ingredients (in descending order): Microcrystalline cellulose, gelatin capsule (gelatin [bovine], purified water), magnesium stearate  

Glucoject Lancets Plus 33g – 100 Lancets

$6.75

What are Glucoject Lancets? Glucoject lancets are designed to be used with lancing devices, as part of a blood sugar monitoring system. They draw a drop of blood from your fingertip so you can test your blood glucose and react however you need to. These lancets perfect for people who have diabetes and need to […]

Nurofen Day & Night Cold & Flu 200mg/5mg – 16 Tablets

$7.42

Contains 16 x 200mg/5mg Nurofen Day and Night Cold and Flu tablets.
Helps to combat colds and flu.
Can be used any time, day or night.

Herbal Essences Hello Hydration Conditioner 346ml

$5.83

Deep Moisture For Hair  Hi there. Meet your hair’s new BFF – Herbal Essences Hello Hydration. It’s like a moisturizing spa treatment for your hair. Our hydrating moisture rich conditioner will leave your hair feeling pampered. And while you shower, it’s oh-so-yummy coconut scent will transport you straight to the tropics. The creamy formula will […]

CanesOral Fluconazole Capsule

$18.26

For the treatment of vaginal yeast infections. CanesOral is easy to use because one capsule provides a full course of therapy and most women get symptom relief within 24 hours. Relieves itching, burning, and irritations associated with vaginal yeast infections.  Directions: Adults: Take one capsule by mouth. Do not take more than one dose for […]