views:

7

answers:

0

Hi,

When my page is served, I am writing several divs to the page which are later displayed in a simplemodal. I would like to be able to "navigate" between these different content blocks WITHIN the modal window. I tried using .replaceWith(), but the modal container disappears when I do this, and if I just call modal() again when it's already open then nothing happens. How do I change the content of the modal (replace it with the HTML of another page element) without closing it and reopening it?

Thanks, Garrett