I\'m sending a jquery get request like so:
$.get($(this).attr(\"href\"), $(this).serialize(), null, \"script\");
The response I expect to r
If I understand your question right, this should suffice to get the text out of the script tags:
$(response).text()