Skip to content

steven offield

About steven offield

Posts by steven offield:

jQuery(document).ready(function($){ $('.newtab').on('click','a',function(e){ var href=$(this).attr('href'); if(!href||href==='#'){return;} e.preventDefault(); window.open(href,'_blank'); }); });