export function openbtn_click_1(event) { let $item = $w.at(event.context); if ($item("#box1").collapsed) { // #box1 = #element you want to expand $item("#box1").expand(); } else { $item("#box1").collapse(); } }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter