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 “EMLA Cream 5% – 5g – 3 Pack”

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

More Products

Lemsip Max Cold & Flu Day & Night – 16 Capsules

$8.42

Do you need Lemsip Max Cold & Flu Day & Night Capsules to ease your cold and flu symptoms? Chemist 4 U has Lemsip products with free delivery over £30.

Clairol Permanent Root Touch-Up

$9.49

Permanent color that seamlessly blends with leading shades, even salon color for 100% gray coverage. Cover roots with a long lasting, quick touch up. Banish your root line with permanent colour in just 10 minutes. Root Touch-Up is specifically designed to target new roots and greys. Sweat-proof, touch-proof, rain-proof root coverage that lasts. Contents:Permanent Colours […]

NEW ROOTS GRAPEFRUIT SEED EXTRACT 30ml

$9.86

Our liquid extract of grapefruit seed is made from a high-proanthocyanadin content extract. Quality assured.   Grapefruit seed extract (GSE) contains mainly polyphenolic compounds, including quercetin, hesperidin, campherol glycoside, neohesperidin, naringin, apigenin, rutinoside, poncirin, etc. The polyphenols themselves are unstable, but are chemically converted into more stable substances that belong to a diverse class of […]

Peptac Aniseed Flavour Antacid – 500ml (3 Pack)

$28.35

Buy Peptac Aniseed Flavour Antacid – 500ml 3 Pack Peptac Aniseed Flavour Antacid – 500ml 3 Pack is a treatment used to tackle heartburn and acid reflux. It offers fast and effective relief from acid reflux symptoms, allowing you to get on with life without the interruption of heartburn and indigestion.  The aniseed flavour makes […]

Finetest Lite Blood Glucose Test Strips – 50 Test Strips

$12.16

Buy Finetest Lite Blood Glucose Test Strips – 50 Test Strips Finetest Lite Blood Glucose Test Strips are only suitable to be used with the Finetest Lite Blood Glucose Meter. This product contains 50 test strips.   How can I test my blood sugar at home? You can test your blood sugar at home by […]

Sleep-eze Eze-Melts 16 Dissolving Tablets

$8.76

Sleep well tonight… Feel alert tomorrow. Directions: Adults and children 12 years of age and older: Take 1 or 2 tablets at bedtime if needed. In some persons, persisting drowsiness may be experienced with 50mg dose (two tablets), in which case the medication should be subsequently reduced to 25mg (one tablet). Caution: For occasional use only. Do not […]