/* Popovers */ $('.btn-popover-primary').popover({ template: '', title: "Primary", content: "Primary popover" }); $('.btn-popover-success').popover({ template: '', title: "Success", content: "Success popover" }); $('.btn-popover-info').popover({ template: '', title: "Info", content: "Info popover" }); $('.btn-popover-danger').popover({ template: '', title: "Danger", content: "Danger popover" }); $('.btn-popover-warning').popover({ template: '', title: "Warning", content: "Warning popover" }); $('.btn-popover-secondary').popover({ template: '', title: "Secondary", content: "Secondary popover" }); $('.btn-popover-dark').popover({ template: '', title: "Dark", content: "Dark popover" });