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 “Numark Multivitamin Syrup – 150ml”

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

More Products

ENEREX SERRAPEPTASE 90,000 SU 120vcap

$32.14

OVERVIEW Proteolytic enzyme used to combat inflammatory disorders. Protein and fibrin dissolving properties provide multifaceted therapeutic benefits that are useful in the management of pain and inflammation. Undisturbed whole cell culture, sustainably delivered in a vegan and phthalate-free delayed-release capsule for long-lasting results. • Expedite natural process of healing• Supports breakdown of inflammatory molecules• Helps with […]

Vibrator Wand, SJKMIR Vibrater Wand Vibrator with Waterproof, 20 Patterns & 8 Intensity, Wand Massager sex toy for Woman Pleasure Quiet, Dido Toy for Female (Purple)

$10.22$19.29

[SUPER STRONG VIBERATOR AND VERSATILE FUNCTIONS] sex toy boasts intense vibrations, adult toys offering 20 vibration modes and 8 speeds. [WATERPROOF VIBRATORS] Enjoy ultimate pleasure in the shower, bath, or any other damp environment. adult toy vibrator have the advantage of being easy to clean. [SEXTOY SILENT AND EASY TO USE] vibratoryfor woman pleasure quiet, […]

Germolene Antiseptic Cream – 55g

$5.26

What is Germolene Antiseptic Cream? Germolene Antiseptic Cream that can be used to relieve pain and prevent infections on minor cuts, burns and other minor injuries. The lightweight formula is non-greasy and is quickly absorbed. Germolene combines both antiseptic and anaethetic properties to help relieve pain and prevent the injury from becoming infected. Germolene is […]

Pepto-Bismol Oral Suspension 17.5 mg/ml – 480ml

$17.96

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

SKYN Supreme Feel Condoms – 16 Count – Lubricated Latex-Free Condoms, Our Thinnest Ever for a Natural, Smooth Fit

$14.02$16.42

Our thinnest condoms yet: SKYN Supreme Feel ultra-thin condoms are the world’s thinnest polyisoprene condoms, offering skin-on-skin feeling with the strength and reliability of premium latex Ultimate comfort, supreme sensitivity: These non-latex condoms are made from SKYNFEEL technology, a revolutionary polyisoprene material that’s so soft and comfortable, it almost feels like wearing nothing at all […]