'
});
// Custom jQuery to hide popover on click of the close button
/* $(document).on("click", ".popover-footer .btn" , function(){
$(this).parents(".popover").popover('hide');
});*/
// Custom jQuery to hide popover on click of the close button
$(document).on("click", ".popover-header .btn" , function(){
$(this).parents(".popover").popover('hide');
});
});