[jQuery] Remote Dom using JQuery

[jQuery] Remote Dom using JQuery


Hi,
If I use ajax to get a remote page, is it possible to process its dom
just like the current HTML?
E.g.
$.get(data.url, function(data) {
// data is HTML, I want to process data, using JQuery , e.g. get a
particular class
}
Thanks.