Panjang respons AJAX

$.get('ajax/test.html', function(data) {
  alert(data.length);
});
Doubtful Dragonfly