Is there a better way to get revision source as-is? @Twilight actually, no. What a great idea! Just a simple OT question: why does $(response).filter("pre") work in my code to find the raw source but $("pre", response) nor $(response).find("pre") doesn't? (gives me an empty array)