• Resolved webcart

    (@webcart)


    Hi,
    Trying to make PDF files to be opened in a new tab.
    Tried to add the following code before the </body> in footer.php but it’s not working.

    <script>
    jQuery(function($){
        $('.inddl.btn').each(function(){
             $(this).attr('target','_blank');
        });
    });
    </script>
    
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Open @new tab’ is closed to new replies.