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

Option+ Sinus Medication Day and Night Extra Strength 20 Caplets

$8.02

Sinus Medication Day & Night Extra Strength. 12 Day Caplets / 8 Night Caplets Contains Acetaminophen.  Relieves Headache, Sinus Pain and Pressure, Nasal Congestion, Sneezing, Runny Nose. Directions: Adults and children 12 years and older: Day: take 1 light green caplet every 4 to 6 hours. If no relief, take 2 caplets at next dose. […]

NATURAL FACTORS COCONUT OIL 1000mg 120sg

$12.93

Feature summary Coconut oil is derived from the fruit of the palm tree (Cocos nucifera) and is a traditional staple food in Asia, Africa, and the Pacific Islands. It has been used in India for thousands of years in traditional Ayurvedic medicine for its natural antifungal and antiviral qualities, as well as its ability to […]

Selsun Blue Anti-Dandruff Shampoo Hydration 300mL

$10.58

For healthy, shiny hairTough on dandruff… Moisturizes scalp and hair Helps control dandruff, itching and flaking with regular use. Moisturizes your scalp and leaves hair clean and shiny. Medicinal Ingredient: Selenium Sulfide Lotion USP 1% w/w.

NEW ROOTS BLACK WALNUT LEAF AND HULL 440mg 100caps

$12.75

New Roots Herbal’s Black Walnut Leaf & Hull is a vermifuge used in herbal medicine to help expel intestinal worms.   Our vegetable capsules containing black walnut leaf and hull make it easy to take this otherwise bitter-tasting plant. Black walnut, or Juglans nigra, is an effective treatment for intestinal parasites, fighting them and expelling them […]