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 “Fenbid Gel 5% – 50g”

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

More Products

Savlon Antiseptic Cream – 30g

$3.10

What is Savlon Antiseptic Cream? Savlon Antiseptic Cream can help to prevent infection, provide relief and aid the natural healing of minor wounds, burns and skin reactions. This caring formula helps to cleanse cuts, grazes and minor wounds to prevent infection. It can also be used as a first aid treatment for superficial burns and […]

Flixonase Nasal Spray

$26.62

Treats the symptoms of allergic rhinitis and hay fever.
Assists with swelling and irritation in your nose.
Reduces inflammation.

LMX4 Lidocaine 4% Cream – 30g – 3 Pack

$104.11

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

Benadryl Allergy Relief – 12 Capsules

$7.61

Do you need Benadryl Allergy Relief Capsules to ease your hay fever or allergy symptoms? Chemist4U has a wide range of Benadryl products with speedy delivery

Option+ Calcium & Magnesium 200 Caplets

$10.95

Indications: Helps in the development and maintenance of bones and teeth and in the absorption and use of calcium and phosphorus. Calcium intake, when combined with sufficient vitamin D, a healthy diet and regular exercise, may reduce the risk of developing osteoporosis. Helps to support immune function. Dosage: Adults: 1-3 caplets daily with food, a few […]

Children’s Advil Blue Raspberry Flavour Dye Free 100mL

$9.49

Children’s Advil provides up to 8 hours of relief of children’s fever, and also relieves pain due to colds or flu, sore throat, immunization, and earache. Directions: If possible, use weight to dose; otherwise use age. Shake welland ensure that all the contents of the dosage cup are taken. Doses may be repeated every 6-8 hours […]