When I send the AJAX request, if it success it returning a values. For example
$('#content').load(url, function (info) {
})
In this code info is returning the HTML page source.
<!DOCTYPE html>
<html lang="en-US" dir="ltr" autopagermatchedrules="1">
<head>
<body class="single single-post postid-1 single-format-standard logged-in admin-bar single-author singular two-column right-sidebar" linkifying="true">
</html>
How can I get the body class name.