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 “Airomir Inhaler 100mcg – 200 Doses”

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

More Products

Wisdom Chlorhexidine Alcohol Free Mouthwash – Original

$2.66

Buy Wisdom Chlorhexidine Alcohol Free Mouthwash  Wisdom Chlorhexidine Alcohol Free Mouthwash is the perfect way to revitalise your oral hygiene routine. It is a mouthwash crafted with a formula that will protect your teeth and gums whilst leaving your breath fresh and clean. The mouthwash is free from alcohol making it gentle on your mouth […]

Numark Flexible Fabric Assorted Size Plasters – 24 Pack

$1.34

Buy Numark Flexible Fabric Assorted Size Plasters Numark Flexible Fabric Assorted Size Plasters are perfect for protecting minor wounds, cuts or grazes.  The plasters are durable to protect the wound. Numark Flexible Fabric Assorted Size Plasters are breathable to help with the healing process of the injury.  The padding provides extra cushioning and protects wounds […]

Syndol – 30 Tablets

$12.03

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

Thermacare Heatwraps – 3 Neck, Wrist & Shoulder Heat Wraps

$14.04

What are Thermacare Heat Wraps Thermacare Heat Wraps are designed to provide heat therapy that can ease neck, shoulder and wrist pain. These heat wraps are designed to fit your neck and shoulder but are also the perfect size to wrap around a painful wrist, providing effective pain relief in an easy and discrete way. […]

Nuromol 200mg/500mg – 16 Tablets

$7.48

What is Nuromol?  Nuromol is a painkiller that combines two popular everyday pain relief medications – ibuprofen and paracetamol – to ease your pain, fever, and inflammation. If you’re suffering with mild to moderate pain and find that one painkiller isn’t enough to control it, Nuromol could be the perfect solution. What is the recommended […]

Gaviscon Advance Chewable Mint – 24 Tablets

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