I gave up and went back to ThickBox. I had to deliver the project and never found anything that would work how I wanted.
Let me know if you find something.
Let me know if you find something.
| Registered | Jun 16, 2009 |
| Last login | Aug 25, 2009 |
| Forum posts | 4 |
| Direct URL | http://www.flowplayer.org/forum/users/11875 |
function update(link) {
$("#data").load("/link/to/file.html");
}
<div id="data">
<p>Your original HTML</p>
<a href="#" onclick="update();">link text</a>
</div>