Search
Results
jQuery Mailto / Outlook Hack
[https://notes.pinboard.in/u:mark.page/882b62c9c859e5b28109] - - public:mepage
$('body').on('click','.send-email',function(e){ e.preventDefault(); const windowRef = window.open($(this).attr("href"),'_blank'); windowRef.focus(); setTimeout(function(){ ...