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 “Chlorphenamine 4mg – 336 Tablets”

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

More Products

Belladonna Plaster Large – 28cm x 17.5cm

$9.05

Do you need Belladonna Plasters to ease muscular pain and stiffness? Chemist 4 U has a wide range of treatments available with free delivery over £30

Fenbid Gel 5% – 50g

$2.01

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

Minadex MinaKIDS Ironbaby Drops – 60ml

$11.08

‘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 NAC+ N-ACETYL-L-CYSTEINE 120vcaps

$25.88

CANPREV NAC+ N-ACETYL-L-CYSTEINE 120vcaps NAC+ was designed for superior defence against oxidative stress from over-exercise, pollutants and respiratory conditions. It features 600mg of N-Acetyl-L-Cysteine (NAC) with L-Glycine and selenium for enhanced cell protection against free radicals. NAC has mucolytic properties that help to relieve symptoms of chronic bronchitis caused by oxidative stress. Taking NAC may […]

Glucomen Areo Glucose Strips – 50 test Strips

$14.05

What are Glucomen Areo Sensor Strips?  Glucomen Areo Sensors are testing strips used for self-testing blood glucose. They are used with a glucose meter to accurately measure the amount of sugar in your blood which is an important tool in managing diabetes.   What is blood glucose monitoring? Blood glucose monitoring is the measure of […]

Lambert Syrup Genuine Formula 150mL

$8.03

Relieves Cough Due to Colds, Bronchitis, Croup, Catarrh, the Flu Directions:5 or 6 times per dayAdults: 1 tablespoonful (15mL)Children:1 to 12 months: 5 drops (0.125mL) in double quantity of water1 to 2 years: 5 to 10 drops (0.125mL to 0.25mL) in double quantity of water3 to 5 years: 10 to 30 drops (0.25mL to 0.75mL) in […]