$(function () { var $qr_link = $('#paste-qr-code'); $qr_link.popover({ content: '', placement: 'bottom', trigger: 'focus', html: true }); });