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