var newElem; ... success: function(s_response) { newElem = $(s_response); $("body").append(newElem); };