I need to replace the contents of a current <div> with those of a page
loaded into "data".
The <div> on the loaded content has the same ID as the in-memory page on the
client.
(I have verified the contents of "data".)
So ...
$(".breadcrumb").replaceWith(data(".breadcrumb").html());
The first part works. I can "replaceWith" raw text with no problem.
Retrieving the "breadcrumb" out of "data" is my issue.
TIA,
Collin
--
PDML Pentax-Discuss Mail List
[email protected]
http://pdml.net/mailman/listinfo/pdml_pdml.net
to UNSUBSCRIBE from the PDML, please visit the link directly above and follow
the directions.