Okay so the popup shows up just fine. However I can't get it to go away!
I have a div which is included in the pages that are loaded that is supposed to act as a 'close' button.
If I put a 'close' div on the main page, it works. But when it is included in the loaded page, it does not.
I notice that when I view the page source the #popover div is empty even though it is showing content in the browser. So my close button isn't working because the DOM can't find it..errr. but why?
Thoughts?
Thanks!!