How to animate or anchor bootstrap 4 accordion to its respective title when clicking its button?
Right now I have multiple script
id’s of #collapseTab2-1, #collapseTab2-2, #collapseTab2-3
etc.. to implement animate/anchor to its accordion title respectively when clicking its respective button above the page, and it is working fine below. However I want to implement it using only one class or dynamic data attribute rather than multiple ID’s.