๐Adding widgets after 8.SDK was loaded
// failsafe if the 8.SDK is not yet injected
if (typeof _8select === "undefined") {
return
}
// scan DOM for new 8SELECT widgets and fill with content
_8select.initCSE();Last updated
Was this helpful?
// failsafe if the 8.SDK is not yet injected
if (typeof _8select === "undefined") {
return
}
// scan DOM for new 8SELECT widgets and fill with content
_8select.initCSE();Last updated
Was this helpful?
Was this helpful?