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

Almus Paracetamol 500mg Effervescent – 24 Tablets

$4.99

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

CANPREV THYROID PLUS WOMEN 90vcaps

$25.15

Canprev Thyroid Plus Women 90vcaps Supports thyroid gland function, metabolism & energy. Helps support an under-active or sluggish thyroid Aids healthy metabolism and energy Featuring vitamin A and bacopa When we eat or drink something, a series of reactions occur in the body to convert those nutrients into energy. This is a process called metabolism, and […]

Dexcom ONE Transmitter

$36.50

Buy Dexcom ONE transmitter The Dexcom ONE Transmitter slots inside the Dexcom ONE sensor to send glucose readings wirelessly by Bluetooth to any compatible smartphone.  Features The Dexcom Transmitter has the ability to work as part of the Dexcom ONE system. It works to measure glucose just under the skin. The device sends real-time glucose […]

IDEAL PROTEIN GOLDEN PANCAKES MIX – 1 BOX

$25.53

IDEAL PROTEIN GOLDEN PANCAKES MIX – 1 BOX Buttery, Fluffy. A smart start. Breakfast doesn’t have to be boring with this low-carb mix. Ingredients  Wheat gluten protein, Whey protein concentrate, Egg powder [dried whole eggs and/or dried egg-whites (yeast, citric acid) and/or dried egg yolks], Pea protein concentrate, Unbleached wheat flour, Modified wheat starch, Sugars […]

LUMIFY REDNESS RELIEVER EYE DROPS 3.5 ML

$14.61

Reduce redness and help your eyes appear whiter and brighter with LUMIFY®. BRING YOUR EYES INTO THE SPOTLIGHT Try LUMIFY®, the amazing eye drop that significantly reduces redness to help your eyes look whiter and brighter, and reveal their natural beauty. You won’t believe your eyes. People can’t stop sharing how amazing their eyes look with […]