$('a.seeMore').on('click', this.selector, function (e) {
    $(this).siblings('.seeMore').slideDown();
    e.preventDefault();
  });