Talk:Kauffman Incubator Project

From edegan.com
Revision as of 12:39, 11 March 2019 by Janice (talk | contribs)
Jump to navigation Jump to search

Kauffman Uncommon Methods & Metrics

"Uncommon Methods & Metrics" portfolio kicks off new research focus jQuery( document ).ready( function( $ ) {

 $(".new-win a").click(function(event) {
   event.preventDefault(); // Keep from following standard href of link
   new_win = window.open($(this).attr('href'), 'offsite_popup') // Pop up a window to that URL
   if (window.focus) { new_win.focus() } // Give it focus if possible
 });

});