I use a plug-in called nyroModal to call a page via AJAX and display it in a modal window. When the AJAX gets the page, it creates a div on the current page, when nyroModal then styles and creates the modal page for you. Problem is, it seems to strip off all the tags out of the requested page. Using firebug I can see the tags in the return of the AJAX request, but they don't show up on the page. Is this just a limitation of not being able to add tags to the DOM after loading the page, or is this a problem with the nyroModal plug in I'm using?
Thanks!