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 “HistaHive 180mg – 30 Tablets”

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

More Products

Piriton Allergy – 30 Tablets

$6.24

Do you need Piriton tablets to help you to manage hay fever or allergies? Chemist4U has a wide range of Piriton products available with speedy delivery

Olay Complete Daily Moisturizing Cream SPF15 60ml

$12.04

Active Ingredients:
 Octisalate 4.5%, Homosalate 4%, Avobenzone 3%, Octrocrylene 2.6% 

NovoPen Echo® Plus Red

$74.36

What is Novopen Echo Plus?  Novopen Echo Plus is used in diabetes management, it is a new and innovative way of recording insulin dosing information. The Novopen Echo Plus is a type of smart insulin pen, and it gets its name from its compatibility with smartphones. These connected insulin pens automatically record how much insulin […]

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

A.VOGEL ECHINAFORCE SORE THROAT SPRAY 30ml

$15.82

A.VOGEL ECHINAFORCE SORE THROAT SPRAY 30 ml Description Convenient spray formulation delivering herbal Echinacea purpurea extract directly to the throat. Helps soothe mild throat irritation and supports natural defense mechanisms. Alcohol-free, non-stinging mist suitable for on-the-go relief and frequent use. NPN 80024141 Caution Keep out of reach of children. Avoid contact with eyes. If pregnant or […]