[SOLVED] Append not working

$(".fsCalendar .fsLoadMoreButton").each(function() {
  $(this).prependTo($(this).closest(".fsCalendar").find(".fsElementContent")).text("View Events Calendar");
});

</thread>

Amazing what a short break + fresh eyes on the problem can do…

1 Like