You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to place a popover inside a specific element but i can't get it working by using container setting. (and i can't see the container setting is used anywhere in the code)
I want to place a popover inside a specific element but i can't get it working by using container setting. (and i can't see the container setting is used anywhere in the code)
http://v4-alpha.getbootstrap.com/components/popovers/
$(this).popover({
html: true,
trigger: 'manual',
placement: 'top',
container : '.page'
});
The text was updated successfully, but these errors were encountered: