Can you grab the page in other non-styled data formats, such as XML or
JSON?

Otherwise, if HTML is your only option, you can use some kind of
Javascript replace or regular expression to remove any STYLE and CLASS
attributes.

On Aug 25, 8:49 am, Donnie La Curan <don.lacu...@gmail.com> wrote:
> I'm using the $.ajax() function to grab a page and parse it ... but
> when I do, any styles on the page I pulled are applied to my page.
> Obviously this isn't what I want, I just want the data to parse.  How
> can I avoid this?

Reply via email to