This seems like it would be a common case, but I cannot find any information on it. Perhaps it's something I'm just missing.
All tooltips are working as expected. However, we load some content dynamically, so it gets injected after the tooltip method is called.
What is the best way to get tooltips applied to new content which is injected after pageload?
UPDATE To be clear, I am not looking for how to inject dynamic content into a tooltip. I am looking for how to get the tooltip plugin to notice new content injected into the page.
Thanks