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 “Cetirizine 10mg – 360 Tablets”

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

More Products

FreeStyle Libre 3 Sensor – Pack of 3

$331.30

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

METAGENICS BIOPURE PROTEIN 345g

$55.03

Source of essential amino acids involved in muscle protein synthesis Serving Size: 2 Scoops (23 g) Ingredient Amount Daily Value Calories 100    Fat 3 g    Sodium 45 mg    Carbohydrate 2 g    Whey Protein 8 g    Calcium (found in whey) 85 mg    Phosphorus (found in whey) 75 mg    Potassium […]

PROVITA NATTOKINASE 2000FU 120caps

$41.20

 Nattokinase (NK) is a potent blood-clot dissolving protein produced by the bacterium Bacillus subtilis during the fermentation of soybeans to produce Natto. Extensively used in Japan, Korea and China to treat cardiovascular disease, it has been recently recognized by Western medicine for its potent fibrinolytic (anti-clotting/antithrombotic) capacity. A blood clot (thrombus) is a gel like […]

Accu-Chek Aviva Test Strips – 50 Strips

$24.33

What are Accu-Chek Aviva Test Strips? Accu-Chek Aviva Test Strips are used with Accu-Chekk meters to help determin blood glucose in people with diabetes. This product makes it easy to test correctly the first time, so you can be confident in your results. The easy to handle test strips, simple blood application and small blood […]

Band-Aid Sheer Strips Assorted Sizes

$6.19

Stretchable protection to move with your body.Unique Quilt-Aid Pad wicks fluid away from the wound. Hurt free pad wont’ stick to the pad. Not made with natural rubber latex. Sterile unless individual wrapper is opened or damaged. Directions: For use on minor cuts and scrapes. For best results, apply bandage to clean, dry skin. Change […]

NATRACARE ULTRA LONG PADS WITH WINGS 10ct

$6.76

NATRACARE ULTRA LONG PADS WITH WINGS 10count Description Ultra-thin, ultra-absorbent pads with wings designed for heavy or overnight menstrual flow. Made with certified organic cotton, totally chlorine-free, and free from plastic, perfumes, and dyes. Biodegradable, compostable, and individually wrapped for convenience on the go. Advice to use Use as needed during your menstrual cycle, especially […]