Se vi serve di provarla:

$ajax({
url: "vostra_pagina.html",
type: "GET",
success: function(get_data, status) {
console.log(get_data + "\n\n\n\n\" + status);
}
});