howa Tue, 01 Apr 2008 20:16:56 -0700
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.