So I'm working with popovers using Twitter Bootstrap. I want to change the popover's content dynamically later on in my program, so after setting the popover:
$("#test").popover(selector:$("#test"));
$("#test").html("test");
I try setting the selector of the popover so I can manipulate it later. This doesn't work, however, so how do I physically select a popover?