I have the following BootStrap popover:
You forgot the quotes for show. This works:
show
$(function () { $("#example").popover('show'); });
Full example would be:
HEY