Инициализация popover
$(function() { $('body').popover({ selector: "[rel=popover]", trigger: "hover", html: true }); });