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 – 30 Tablets”

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

More Products

IDEAL PROTEIN APPLE CINNAMON FLAVOURED OATMEAL – 1 BOX

$25.53

IDEAL PROTEIN APPLE CINNAMON FLAVOURED OATMEAL – 1 BOX Tart, Hearty. The ultimate comfort food. Warm up with this satisfying apple flavored oatmeal. Ingredients  Gluten-free rolled oats, Soy flour, Soy protein isolate, Milk protein concentrate, Whey protein isolate, Sea salt, Natural flavour, Cinnamon, Xanthan gum, Sodium bicarbonate, Stevia leaves extract, and Silicon dioxide. Allergen: Milk, […]

Fenbid Gel 5% – 50g

$1.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’ […]

Benylin Dry Cough Night Syrup – 150ml

$9.72

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

HOMEOCAN HERPES CREAM 50g

$10.22

Soothing relief from cold sores, shingles, herpes and blisters. Contains Hypericum, Gelsemium and Rhus toxicodendron. Hypericum is used to relieve eczema of the hands and the face, intense itching and eruptions that seems to be under the skin. Also relieves shingles. Gelsemium helps relieve hot, dry eruptions resembling the measles. Rhus toxicodendron relieves intense itching […]

Rhinolast Nasal Spray

$26.62

Antihistamine nasal spray
Contains the active ingredient azelastine hydrochloride
For more information, please read the patient information leaflet

Beechams Max Strength All In One Ultra – 16 Capsules

$8.10

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