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 “Benylin 4 Flu – 24 Tablets”

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

More Products

Gaviscon Infant – 30 Sachets

$17.30

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

Baxter 0.9% Sodium Chloride Irrigation, USP 500mL

$8.76

NaCI 0.9% Irrigation Isotonic solution for irritation only. Not for Injection. Sterile, nonpyrogenic Per 100 ml: 900 mg Sodium Chloride USP Approx. pH 5.5 Approx. mOsmol/L 308 Administration: As directed by a physician.  Store at 15-25 degrees Celsius. Single Use Container    

Loratadine 10mg – 90 Tablets

$2.38

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

Pepto-Bismol Oral Suspension 17.5 mg/ml – 480ml

$17.96

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

Buckley’s Complete 24 Hour Convenience Pack 24 Caplets (18 Day & 6 Caplets)

$11.31

Day:Fast relief from: Mucus and phlegm; chest congestion; headache; minor aches and pains; fever and chills; sinus and nasal congestion; sore throat pain and cough.Night:Fast relief from: fever, aches & pains, headache, dry cough, sore throat, sinus & nasal congestion. Directions: Adults and children 12 years and over: Take 2 caplets every 4-6 hours as required. Do […]

Multistix GP Reagent Strips – Pack Of 25

$26.63

Buy Multistix GP Reagent Strips   The Multistix GP Reagent Strips are a reliable frontline test for a variety of conditions. The strips can accurately gain a broader insight into your health.   The Reagent Strips provide tests for:   Specific gravity  Glucose  Protein  Ketones  P.H Blood  Leukocytes Nitrite  Glucose semi-quantitative  Microalbumin and creatinine    How […]