Open Rich Text Link In New Window

In your case it should be like this:

  <script>
            jQuery(document).ready(function() {
            jQuery(".news-paragraph a").attr("target", "_blank");
          });
    </script>
5 Likes