<span onclick="nlf.pvr(this);" data-toggle="popover" data-html="true" class="glyphicon glyphicon-link"></span>
....
//как то так должно выглядеть
this.pvr = function (p) {
if(к p не привязан popover)
привязать();
$(p).popover('show');
};
....