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 “Cetirizine 10mg – 90 Tablets”

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

More Products

Webber Naturals Ashwagandha 7200 mg One Per Day

$16.40

Ashwagandha has been used traditionally in herbal medicine as a rejuvenative tonic for centuries. Clinically proven, organic KSM-66 Ashwagandha® is a full-spectrum extract made from only the ashwagandha root without the use of alcohol or chemical solvents. KSM-66 is one of the most clinically studied ashwagandha root extracts available, offering the same potency as used […]

INTEGRATIVE THERAPEUTICS THERACURMIN HP 60caps

$55.86

Helps to relieve joint pain associated with osteoarthritis. Research shows that standard curcumin is poorly absorbed even at high doses. Theracurmin is the first water-dispersible curcumin – dissolving quickly and maintaining solubility over time; resulting in a product that is 27x more bioavailable than standard curcumin extracts. Standard curcumin is poorly absorbed. Theracurmin® is a […]

Contour Plus Blue Glucose Meter

$40.56

Buy Contour Plus Blue Glucose Meter  Contour Plus Blue Glucose Meter is a blood glucose monitoring system designed to help you manage your diabetes with ease and confidence.  The meter is ready to test as soon as you take it out of the box, and you can record your readings using the Contour Diabetes app […]

Numark Paracetamol Plus – 500mg/65mg – 16 Caplets

$2.66

Contains 500mg/65mg x 16 Numark Paracetamol Plus Caplets
Helps to relieve symptoms of pain and fever fast

Children’s Tylenol Fever & Sore Throat Pain Dye Free Cherry Flavour 100mL

$9.13

For fast, effective relief of fever, sore throat pain, chills, aches and pains due to colds or flu. Dosage: Shake well before use. For accurate dosing, follow instructions carefully. Find the right dose on the chart. If possible, dose by weight, otherwise use age.Remove cap and squeeze dose into dosing cup. The enclosed measuring cup has been […]