Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- function open_in_new_tab() {
- var article = $( 'article' );
- article.each( function() {
- $( this ).find( '.entry-title a' ).attr( 'target', '_blank' );
- } )
- }
- open_in_new_tab();
- $( document ).ajaxSuccess( function() {
- open_in_new_tab()
- } );
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment