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 “Napralief 250mg – 9 Tablets”

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

More Products

FreeStyle Lite – 50 Testing Strips

$24.33

Buy Freestyle Lite Testing Strips The Freestyle Lite Testing Strips are designed to test the level of glucose in your blood in the convenience of your own home. These blood glucose strips are simple, quick and virtually pain-free.  Features The Freestyle Lite has no chip, meaning one less step. The strips are foil wrapped, protecting […]

Acidex Original Sugar Free Oral Suspension Aniseed – 500ml

$8.91

Do you need Acidex Original liquid to relieve heartburn and acid reflux? Chemist4U has a wide range of heartburn relief available with speedy delivery

Orajel For Canker Sores Gel 9.5g

$8.03

Use: Temporarily relieves pain caused by canker sores and minor irritations of the mouth and gums. Directions: Cut open tip of tube on score mark. Adults: apply a pea-sized amount to affected area up to 4 times daily or as directed by a health care practitioner. Allow gel to dry 30-60 seconds into protective film. Children […]

Abidec Multivitamin Drops – 25ml – 3 Pack

$29.33

What are Abidec Multivitamin Drops? Abidec Multivitamin Drops are a vitamin supplement that contains seven different vitamins to help your child gain all the vitamins they need in their diet to support their development. The drops are easy to administer and have been specially formulated to help to maintain healthy growth. This pack contains a […]

CANPREV HEALTHY HEART 120vaps

$38.72

The heart is an amazing muscle about the size of your fist. The right side takes in blood and pumps it to the lungs and the left side does the reverse. The heart beats an astounding 100,000 times a day and pumps just over 7,500 litres of blood through an average adult body daily. A […]

CANPREV MENO PREV 120caps

$41.28

Menopause is the next important stage in a woman’s life after the reproductive years. It signals the end of menstruation as the ovaries produce less estrogen and progesterone. These altered hormone levels can bring many unfamiliar and uncomfortable changes, like insomnia, hot flashes, weight gain, fatigue, short-term memory problems, mood swings and reduced sexual desire. […]