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

Paracetamol Suspension For Infants 120mg/5ml – 200ml

$8.02

Contains 200ml Paracetamol Suspension
Helps to ease pain and fever in children agesFcherru
Read the patient information leaflet here

Herbal Essences Hello Hydration Shampoo + Body Wash 346ml

$5.84

Deep Moisture For Hair Hi there. Meet your hair’s new BFF – Herbal Essences Hello Hydration. It’s like a moisturizing spa treatment for your hair. Our hydrating moisture rich shampoo will leave your hair feeling pampered. And while you shower, it’s oh-so-yummy coconut scent will transport you straight to the tropics. The creamy formula will […]

Movelat Cream – 125g

$17.92

Do you need Movelat Cream to ease your muscular pain and stiffness? Chemist 4 U has a wide range of Movelat products available with free delivery over £30

FreeStyle Libre 2 PLUS Sensor – Pack of 3

$203.64

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

Odan Bioderm First Aid Antibiotic Ointment

$7.30

Helps prevent infection and aids healing of minor cuts, scrapes and burns.  Active Ingredients: ( First Aid Antibiotic Purpose) Polymyxin B (sulfate) 10, 000 I.U. Bacitracin 500 I.U. Inactive Ingredients: White Petrolatum Light Mineral Oil  Uses: Help prevent/reduce infection in minor cuts scrapes and burns. Helps healing of minor cuts scrape and burns.  Warning: Do not use in […]

THORNE IRON BISGLYCINATE 60vcaps

$15.31

THORNE IRON BISGLYCINATE 60vcaps Description Well-absorbed iron bisglycinate supplement that supports red blood cell formation and proper function Helps increase iron levels without the common gastrointestinal side effects of traditional iron supplements Essential for energy production, oxygen transport, and the maintenance of overall good health Advice to use Adults: Take 1 capsule daily with food […]