I\'m sending a jquery get request like so:
$.get($(this).attr(\"href\"), $(this).serialize(), null, \"script\");
The response I expect to r
Would this help you: http://docs.jquery.com/Ajax/jQuery.getScript ?