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