$('#manage-profiles').on('click', '.pagination a', function () {
    $.ajax({
      url: this.href,
      beforeSend: function(){$('#manage-profiles .results').addClass('fetching')},
      complete: function() {$('#manage-profiles .results').removeClass('fetching')},