$('.event_links a.more').on('click', this.selector, function (e) {
    $(this).siblings('.more.hide').slideToggle();
    e.preventDefault();
  });