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 “Ventolin Evohaler – 100mcg/200 Dose”

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

More Products

Revlon Super Lustrous Matte Lipstick

$9.49

The Luscious Matte Lipstick.Addictively comfortable matte lipstick, without the dryness or drag. We’ve re-defined the rules of matte lipstick with this lightweight, non-drying matte lipstick formula. It feels velvety smooth on your lips and delivers all the full, vibrant lip color you can’t get enough of. You get all of the drama of a rich […]

Listerine Original Antiseptic Mouthwash 1L

$7.67

Listerine Antiseptic Mouthwash contains 3 essential oils to kill up to 99.9% of germs to prevent gingivitis, reduce plaque and freshen breath. Directions: Adults and children 12 years and older: Rinse full strength with 20mL for 30 seconds twice a day. Gargle to relieve sore throats due to colds. Do not swallow. Cautions: Keep out of […]

Jamieson Ginkgo Biloba 60 + 30 Caplets

$19.71

Helps enhance memory. Directions: Adults: Take 1 caplet daily. Consult a health care practitioner for use beyond 8 months. Store between 15°C and 25°C, away from children. Each caplet contains:Ginkgo biloba extract – 80mg(Ginkgo biloba, leaf) standardized to 24% flavone glycosides and 6% terpene lactones. Also contains: Cellulose, dicalcium phosphate, soy polysaccharides, vegetable stearic acid, vegetable magnesium […]

Embecta Ultra-Fine II Insulin Syringe 1/2ml 8mm 30G 100 Count

$36.53

Embecta Ultra-Fine II Insulin Syringe for U-100 Insulin 100 Single use Syringes 1/2 ml for 50 Units or Less 8mm (5/16″) Length  Needle 30G Gauge Needle Comfort: Superbly coated for gentleness with a special-formulated lubricant. Accuracy: Flat-faced plunger tip. Lines up precisely with scale marking for accurate reading. Large Number- Clean, bold, easy to see […]

Dymista Control Hay Fever & Allergy Nasal Spray – 120 Sprays

$26.62

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

Periactin 4mg Anti-Histamine Tablets – 30 Tablets

$13.97

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