what is a wrapping element ?
I was just reading
THIS SECTION in bootstrap and came across the following statement:
Only one plugin per element via data attributes
Don't use data attributes from multiple plugins on the same element. For example, a button cannot both have a tooltip and toggle a modal. To accomplish this, use a wrapping element.
What is a wrapping element , something to do with wrap() and unwrap() or just an element is used as a container for the child element on which you are actually going to init the plugin.
Thank you.
Gautam.