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 “Treathay Fexofenadine 120mg – 30 Tablets”

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

More Products

Gaviscon Double Action Liquid Peppermint – 150ml

$7.84

What is Gaviscon Double Action Liquid? Gaviscon Double Action Liquid is an all in one remedy for both indigestion and heartburn. This medicine works for up to four hours, helping to ease irritation and symptoms like wind and bloating. If you’re suffering from indigestion and acid reflux and need a way to ease your symptoms […]

Aleve Nighttime Pain Reliever/Sleep Aid 20 Caplets

$10.57

Sleep Aid Plus 12 Hour Pain Relieving Strength of Aleve Aleve Nighttime helps you fall asleep and stay asleep. Trust Aleve Nighttime for providing fast and effective relief of occasional sleeplessness when associated with aches and arthritis pain, pain of inflammation, arthritic conditions such as stiffness, joint and body pain, muscular ache, muscle sprains and […]

Pharmasystems Hot/Cold Pack

$3.65

Reusable and non-toxic flexible compress.Microwavable and long-lasting.Can be used as a hot pack for temporary relief of aching muscles, joints, and back pain by increasing blood circulation.Can be used as a cold pack to temporarily reduce pain and swelling after an injury. Caution: It is important to use product only as directed. Pack can reach […]

NATURAL FACTORS VITAMIN K2 120caps

$17.11

NATURAL FACTORS VITAMIN K2 120caps Description • Provides vitamin K2, a fat-soluble vitamin involved in calcium metabolism• Supports proper utilization of calcium in the body• Commonly used to support bone and cardiovascular health as part of a balanced diet• Helps maintain normal blood clotting function when used as directed Advice to Use • Use only […]

AOR BONE BASICS 360caps

$55.31

Bone Basics is more than just a calcium supplement for bone health. It is a complete bone-building formulation that includes nutrients that are fundamental for maintaining mineral balance in the bone matrix and for supporting healthy joints. Bone Basics is unique because it serves not only to reduce bone loss but to maintain or even […]

Pine-Sol Original 828mL

$4.00

Cleans, Disinfects and Deodorizes.Salmonella enterica (ATCC 10708), Staphylococcus aureus (ATCC 6538), Pseudomonas aeruginosa (ATCC 15442), Influenza A Virus, Strain Hong Kong (ATCC VR-544). Directions for use: General Cleaning: Mix 125mL per 8L bucket of water. For tough jobs, use full strength and rinse immediately. To disinfect: Apply full strength on hard, nonporous surfaces with a […]