Response title
This is preview!
<script src="Scripts/jquery-1.4.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$(document).ajaxSend(function (evt, xhr, settings) {
if (xhr != null) {
$("#request").text(xhr);
}
});
}
</script>
© 2013 jQuery Foundation
Sponsored by and others.