Difference between revisions of "Talk:Kauffman Incubator Project"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | == | + | == Uncommon Methods & Metrics == |
<span class="new-win">[https://www.kauffman.org/currents/2018/03/uncommon-methods-and-metrics-portfolio-kicks-off-new-research-focus "Uncommon Methods & Metrics" portfolio kicks off new research focus]</span> | <span class="new-win">[https://www.kauffman.org/currents/2018/03/uncommon-methods-and-metrics-portfolio-kicks-off-new-research-focus "Uncommon Methods & Metrics" portfolio kicks off new research focus]</span> | ||
− | jQuery( document ).ready( function( $ ) { | + | |
+ | <!–– jQuery( document ).ready( function( $ ) { | ||
$(".new-win a").click(function(event) { | $(".new-win a").click(function(event) { | ||
event.preventDefault(); // Keep from following standard href of link | event.preventDefault(); // Keep from following standard href of link | ||
Line 9: | Line 10: | ||
}); | }); | ||
}); | }); | ||
+ | --> |
Revision as of 12:41, 11 March 2019
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 });
}); -->