工具提示框 初始化:

$(function(){$("[data-toggle='tooltip']").tooltip();});

弹出框 初始化:

$(function(){$("[data-toggle='popover']").popover();});