hideNotification: function(){
      var notification = $(this).closest('.notification');
      var id = notification.attr("data-notification");

      $.ajax({