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 “Chlorphenamine 4mg – 336 Tablets”

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

More Products

MEDI C PLUS VITAMIN K2/A/D3 30ml

$14.58

The combination of vitamins K and D has been shown to significantly increase bone mineral density (BMD) better than either alone. High-dose vitamin K has been shown to significantly reduce fractures in double-blind research of postmenopausal women with osteopenia.*Vitamins D and A benefit the eyes. People with the highest vitamin D levels are 36% less […]

EMLA Cream 5% – 5g – 3 Pack

$13.37

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

Nurofen Express Max Strength 400mg – 20 Liquid Capsules

$14.59

Contains 20 x 400mg Nurofen Express Liquid Capsules
Helps to ease aches and pains fast
Contains Ibuprofen

Revlon Photoready Rose Glow Hydrating+Illuminating Primer

$14.60

Fresh and rosy—with or without makeup! Many benefits, one little bottle: Smoothes skin for foundation, deposits a rosy pearlescence; plus, it helps skin feel hydrated for up to 24 hours. Boost your radiance with pearlescent quartz You get a water-based hydration primer in an easy dropper bottle Our ultra-light, fast-absorbing formula helps foundation go on smoothly […]

Option+ Cold Medication Extra Strength, 12 Day Caplets, & 12 Night Caplets

$8.02

Contains Acetaminophen. 12 Day Caplets and 12 Night Caplets. Relieves: Headache, Fever, Minor Aches & Pains, Dry Cough, Nasal Congestion, Runny Nose, Sneezing. Directions: Adults & Children 12 years and older: Day: Take 1 yellow caplet every 4 to 6 hours. If no relief, take 2 caplets at next dose. Night: Take 1 or 2 blue […]