Widgets
UI elements for web
Example 8.SET
<div data-8select-widget-id="8.SET" data-touchpoint="product" data-sku="42"></div>Static Attributes
Dynamic Attributes
Adding widget elements after 8.SDK was added
// failsafe if the 8.SDK is not yet injected
if (typeof _8select === "undefined") {
return
}
// scan DOM for 8SELECT widgets and fill with content
_8select.initCSE();Last updated
Was this helpful?