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 “Loratadine 10mg – 180 Tablets”

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

More Products

Tena Stretch Super Brief 28 Count

$35.78

28 Fully Breathable Stretch Briefs  Super Absorbency  Stretch Side Extended Wear Odor Control Size:  Medium/Regular: 33″- 52″ 84cm-132cm Large/X-Large: 41″- 64″ 104cm-163cm Odor Control technology – Locks away liquid to help reduce odor.InstaDri Skin-Caring System – Blue target absorption zone quickly wicks away moisture for nighttime security.Fully Breathable Technology – Helps maintain skin’s natural moisture balance. Scannable Bar-code – For State-of-the-art […]

NEW ROOTS ANTI INFLAMMA 180caps

$72.20

Anti-⁠Inflamma is a synergistic blend of nutraceuticals, potency-validated extracts, and enzymes formulated for the reduction of inflammation.   Our formula features the anti-inflammatory action of Boswellia serrata (35% boswellic acids, 70% organic acids), curcumin (95% curcuminoids), and quercetin. Consider their collective action as a roadblock in the inflammatory pathway. They interfere with the action of cyclooxygenase-⁠2 (COX-⁠2), […]

Crest Pro-Health Advanced Anticavity Fluoride Mouthwash

$5.46

Kills Bad Breath Bacteria and Freshens BreathStronger Teeth for a Healthier Mouth Directions: Adults and children 6 years and older: Use after brushing and flossing, rinse with water then rinse with 20mL of Crest Pro-Health Multi-Protection. Use for 30 seconds twice daily. Do not eat or drink anything for 30 minutes after use. Do not […]

FreeStyle Libre 2 PLUS Sensor – Pack of 3

$203.64

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

Fexofenadine Tablets

$11.97

Relieves hay fever & allergy symptoms
Non-drowsy antihistamine tablets
Generic alternative to Telfast
Always read the patient information leaflet before use

Fast Aid Pre-Injection Isopropyl Alcohol Swabs – Pack of 100

$3.23

Buy Fast Aid Pre-Injection Isopropyl Swabs  These alcohol swabs are perfect for cleaning your skin before injections. Each swab is pre-soaked with 70% isopropyl alcohol to kill germs and comes individually wrapped to stay clean until you need it. With 100 swabs in a pack, you’ll have plenty on hand for regular use.   Directions  […]