!function(o,e,n){"use strict";n('[data-toggle="popover"]').popover(),n("#show-popover").popover({title:"Show Event",content:"Bonbon chocolate cake. Pudding halvah pie apple pie topping.",trigger:"click",placement:"right"}).on("show.bs.popover",function(){alert("Show event fired.")}),n("#shown-popover").popover({title:"Shown Event",content:"Bonbon chocolate cake. Pudding halvah pie apple pie topping.",trigger:"click",placement:"bottom"}).on("shown.bs.popover",function(){alert("Shown event fired.")}),n("#hide-popover").popover({title:"Hide Event",content:"Bonbon chocolate cake. Pudding halvah pie apple pie topping.",trigger:"click",placement:"bottom"}).on("hide.bs.popover",function(){alert("Hide event fired.")}),n("#hidden-popover").popover({title:"Hidden Event",content:"Bonbon chocolate cake. Pudding halvah pie apple pie topping.",trigger:"click",placement:"left"}).on("hidden.bs.popover",function(){alert("Hidden event fired.")}),n("#show-method").on("click",function(){n(this).popover("show")}),n("#hide-method").on("mouseenter",function(){n(this).popover("show")}),n("#hide-method").on("click",function(){n(this).popover("hide")}),n("#toggle-method").on("click",function(){n(this).popover("toggle")}),n("#dispose").on("click",function(){n("#dispose-method").popover("dispose")}),n(".manual").on("click",function(){n(this).popover("show")}),n(".manual").on("mouseout",function(){n(this).popover("hide")})}(window,document,jQuery);