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 “High Blood Pressure”

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

More Products

GlucoRx Q Blood Glucose Test – 50 Test Strips

$10.26

Buy GlucoRx Q Blood Glucose Test – 50 Test Strips GlucoRx Q Blood Glucose Test Strips utilise advanced GOD enzyme technology. 50 strips are included in this product. Strips expire 6 months after opening each pot. These strips are only compatible with the GlucoRx Q meter.   How can I test my blood sugar at […]

Burt’s Bees Baby Shampoo & Wash 235mL

$8.02

A tear free formula to naturally clean your baby’s sensitive skin and hair. Burt’s Bees Baby Shampoo & Wash is scientifically shown to be gentle enough for everyday use. This naturally foaming, non irritating baby shampoo and wash is made with 99.9% natural, plant based formula containing soy proteins to leave your baby clean and […]

Abidec Advanced Multivitamin Syrup – 150ml

$9.99

What is Abidec Multivitamin Syrup? Abidec Multivitamin Syrup is a way to be sure that your child gets all of the essential vitamins they need to grow up strong and healthy. The raspberry flavour is ideal for children, making this an easy way to make sure they get the vitamins their body needs.   Why […]

Listerine Original Antiseptic Mouthwash 1L

$7.67

Listerine Antiseptic Mouthwash contains 3 essential oils to kill up to 99.9% of germs to prevent gingivitis, reduce plaque and freshen breath. Directions: Adults and children 12 years and older: Rinse full strength with 20mL for 30 seconds twice a day. Gargle to relieve sore throats due to colds. Do not swallow. Cautions: Keep out of […]

Robitussin Total Cough, Cold & Flu Nighttime Extra Strength 240mL

$16.43

Relieves:Dry CoughsChest CongestionStuffy NoseSoothes Throat Dosage: Adults (12 years & over): 2 teaspoons (10mL). Children under 12 years: Do not use. Take every 6 hours or as directed by a doctor. Maximum 4 doses/day. Caution: Keep out of reach of children. This package contains enough medication to seriously harm a child. Do not exceed the […]

Pepcid Acid Controller Tablets Maximum Strength 50 Tablets

$24.11

Each easy to swallow Maximum Strength Pepcid AC tablet contains 20mg of famotidine, twice the medicine found in Pepcid AC for fast and effective relief from heartburn, acid indigestion and sour or upset stomach due to excess stomach acid. Maximum Strength Pepcid AC, when taken 10-15 minutes before a meal, can prevent symptoms brought on […]