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 “Ibuprofen 200mg – 84 Tablets”

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

More Products

NATURE’S WAY NUTRASEA OMEGA-3 HIGH EPA LEMON 500ml

$66.32$78.03

NATURE’S WAY NUTRASEA OMEGA-3 HIGH EPA LEMON 500ml You’ll enjoy the clean, light taste of NutraSea HP premium quality, high EPA liquid omega-3, in a delicious lemon flavour, with no fishy burp-back. With its high EPA ratio of 1500 mg EPA and 500 mg DHA per dose, NutraSea is an easy way to get your […]

Elastoplast Sensitive Hypoallergenic Assorted Shapes 40

$6.93

For covering and protection of minor, everyday wounds such as scratches, cuts and grazes.Soft and breathable materialSecure adhesionPainless to removeTested on easily irritated skin and on diabeticsNon-stick woundpad Directions: Clean wound and gently dry skin. Use each strip only once. Apply without stretching. Store in a cool dry place. The packaging of this product contains […]

Kamagra Combi Pack #7 For Him and For Her

$55.00$60.00

Kamagra Oral Jelly 7 Gel Pack & Lovegra Oral Jelly 7 gel pack – For Him and For Her Potency products for male – erectile dysfunction, and for female – female sexual arousal dysfunction (FSAD),   1 Box Kamagra Oral Jelly 7 Gel Pack Potency product for Male Erectile Dysfunction, active ingredient Sildenafil 100mg Contains […]

Opticrom Hayfever Eye Drops – 10ml

$8.02

Opticrom Hayfever Eye Drops is a treatment that helps to provide relief for hayfever In the eyes.

GlucoRx HCT Glucose Strips (50pcs)

$21.62

What are GlucoRx HCT Glucose Strips (50pcs)? GlucoRx HCT Glucose Strips utilise advanced GDH-FAD enzyme technology. 50 strips are included in this product. Strips expire 6 months after opening each pot. These strips are compatible with the following blood glucose and ketone monitors: GlucoRx HCT, GlucoRx HCT Connect and GlucoRx HCT Connect-i.   How can […]