[TYPO3-ttnews] tx_news: Anchor in Link-Viewhelper

Heinrich Morgenthau morgenthau at byom.de
Mon Sep 9 17:27:18 CEST 2013


Hi + thanks,

great to see that there will be a solution in the next update.

In the meantime, I solved it with a few lines of jQuery:

      $("a.commentCount").each(function() {
        var link = $(this).attr("href");
        $(this).attr("href", link + '#comments');
      });

Thanks again,
HM


More information about the TYPO3-project-tt-news mailing list