On Mar 12, 2014, at 2:18 am, CollinB <coll...@brendemuehl.net> wrote:

> $(".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.

Off the top of my head, use $("#breadcrumb", data) to access "breadcrumb" from 
"data".  I've used something similar with XML responses from AJAX requests.

(Note it's # for an id, . for a class)

Cheers,
Dave


-- 
PDML Pentax-Discuss Mail List
PDML@pdml.net
http://pdml.net/mailman/listinfo/pdml_pdml.net
to UNSUBSCRIBE from the PDML, please visit the link directly above and follow 
the directions.

Reply via email to