Created by: pvdlg
Fixes #19964 (closed).
Similarly to #21692 adds multi-target support for Tabs plugin. A .nav-link
can now activate multiple .tab-pane
by using a JQuery selector in data-target
or href
.
It relies on #21654 to handle collapse targets mo easily and efficiently (all the commits of #21654 are included here).