The Rack Shop Difference: Easy Buying, No Pressure from Us!
We sell based on your needs. Not what's best for our bottom line. How about that for a concept?!
Yakima LockNLoad Platform J | 76 x 65
- SKU:
- 8005046
- UPC:
- 736745050467
- Shipping:
- Free Shipping
Yakima LockNLoad Platform J | 76 x 65
// After creating `icon` or `bubble`:
icon.addEventListener('mouseenter', function(){ showTooltip(icon, tip); });
icon.addEventListener('mouseleave', hideTooltip);
var icon = document.createElement('span');
icon.className = 'trs-info-icon';
icon.setAttribute('aria-label','More info for ' + lbl);
icon.textContent = 'ⓘ';
icon.addEventListener('click', function () { showTooltip(icon, tip); });
icon.addEventListener('mouseenter', function(){ showTooltip(icon, tip); });
icon.addEventListener('mouseleave', hideTooltip);