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

Calprofen Oral Suspension Ibuprofen 3+ Months Strawberry – 100ml

$5.67

What is Calprofen? Calprofen is a liquid medicine which can help to ease pain and reduce fever in children. It’s ideal for little ones aged 3 months and older, helping to make them feel more comfortable if they’re suffering with teething pain, headaches, cold symptoms, and many other ailments.   What kinds of pain can […]

Almus Erectile Dysfunction Relief Tablets 50mg (Sildenafil) – 4 Tablets

$12.16

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

Epiduo Gel – 60g

$53.24

Topical treatment for acne
Contains adapalene and benzoyl peroxide 
Always read the patient information leaflet before use 

Band-Aid Kits Prints Assorted Sizes 20

$5.11

For use on minor cuts and scrapes. For best results, apply bandage to clean, dry skin. Change bandage daily, when wet, or more often if needed. Sterile unless individual wrapper is opened or damaged. For medical emergencies, seek professional help. Not made with natural rubber latex.

Aveeno Baby Daily Lotion 227mL

$7.65

Your baby’s comfort is always top of mind. But you can put your mind at ease every day with AVEENO BABY Daily Lotion. It protects your baby’s delicate skin with colloidal oatmeal, and its non-greasy formula absorbs quickly to moisturize for a full 24 hours. This nourishing lotion is also hypoallergenic, fragrance-free and paraben-free. It’s even gentle […]

Perrigo Esomeprazole Heartburn & Acid Reflux Control 20mg – 14 Capsules

$9.31

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