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
}


1 How it Works
2 How to Use
3 The Science

Save on Bundles
Men's Delay Spray (7.4 ml) + Cleansing Wipes
Purchase
Men's Delay Spray (7.4 ml) + Testosterone Booster
Purchase
Men's Delay Spray (7.4 ml) + Vanilla Massage Oil
Purchase
Men's Delay Spray (7.4 ml) + Mens Multivitamin
Purchase
Discover Promescent
Delay Spray for Men
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
VitaFLUX Supplement
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options
Promescent Female Gel
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Testosterone Booster
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Premium Organic Aloe Lube
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Premium Water Lube
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Cleansing Wet Wipes
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
3.9 out of 5 stars
14,790
—
3.9 out of 5 stars
320
4.1 out of 5 stars
38
4.3 out of 5 stars
1,216
4.0 out of 5 stars
305
4.4 out of 5 stars
192
Price
$63.78$63.78
—
$23.95$