Bootstrap 5 dynamic events for tabs

Is there any chance we could have the dynamic events for showing and hiding tabs e.g:
hide.bs.tab etc
I’m wanting to be able to save the browsers scroll position to a variable when I close a tab so that when I click that tab again without leaving the page it will auto scroll back to the position, unless there is an easier way to achieve this?

Hi, i think what you’re looking for is the document.documentElement.scrollTop property.

You can use this here HTML DOM Element scrollTop

Look the examples in Try it yourself

Its pretty easy to implement using App Connect with JavaScript Functions

I hope thats what u were looking for.