Trying to find div element with id=\"result\" in returned data from .ajax() using .find(). Unfortunately, alert(res
div
id=\"result\"
.ajax()
.find()
alert(res
you just use the following code
var response= $(result); $(response).find("#id/.class").html(); [or] $($(result)).find("#id/.class").html();