Dialog and Ajax Overlay Errors
I am using Ajax load to load some HTML docs into a dialog. When I
load the first page everything works fine. Any subsequent pages that
are loaded pull up the correct page but still reference links from the
first page loaded/dialog opened.
A potential issue may be that I am using an image map.
I've set up a test page at : http://www.cyma.com/JQUERYTEST/
It takes a second for the images to load but clicking on any of the
buttons in the loaded dialog should alert on what "page" has been
loaded. Again the first loaded page/dialog works as intended, but any
other loaded pages still refer to the image map on the previously
loaded page/dialog.
Is there an Ajax unload or is this a known issue?