Product Description
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0);
}
}
/**
* Common event handler for click and keydown events.
* @param {Event} event - The event object.
* @param {Function} handleClickOrEnter - Function to handle click or Enter key events.
* @param {Function} handleEsc - Function to handle Esc key events.
*/
// [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources
function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const SPACE_KEY_CODE = 32;
const isClick = event.type === 'click';
const isKeydown = event.type === 'keydown';
const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE;
const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE;
const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) {
handleClickOrEnterOrSpace();
} else if (isEsc) {
handleEsc(event);
}
}
/**
* Function to handle esc key event.
* @param {Event} event - The event object.
*/
function handleEsc(event) {
event.target.blur()// force remove focus
}

Note: Adapter is not included to avoid wasting resources, but you can charge it using any 5V adapter on hand. If need, get from COSLUS. Packaging may vary (new or old), but the contents are exactly the same.
1 300 ML Large Water Tank
2 IPX7 Waterproof
3 Protable for Travel
4 5 Different Jet Tips
5 How to Use
1 Why Choose COSLUS
2 Effective Cleaning
3 Keep Gums Health
4 Protable for Travel
Water Dental Flosser
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Electric Toothbrush
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
12 Pressure Settings
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Kids Water Dental Flosser
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Water Dental Flosser NEW
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Water Dental Flosser NEW
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Replacement Jet Tips
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.4 out of 5 stars
21,103
4.6 out of 5 stars
381
—
4.4 out of 5 stars
371
4.3 out of 5 stars
5,382