Categoría: BRICKS FREE JAVASCRIPT TABS
-

Setting Active Tab in Bricks’ Tabs (Nestable) Element
In the Bricks Facebook group a user asks: I have a Nestable tab with 2 tabs. how can I determine which tab is the default active? We can do this with CSS alone or custom JavaScript (thanks, ChatGPT). By default, the first tab item will be the active one. CSS Move the Title and Pane…
-
Auto-switching Bricks Tabs
Looking to implement an auto-play/rotate feature for the Bricks‘ Tabs (Nestable) element where the tabs switch every x seconds when the element is scrolled into view? Here’s the code for that, thanks to ChatGPT. First, select the Tabs (Nestable) element, go to STYLE → CSS and paste this in the ‘CSS classes’ field: autoplaying-tabs Then…