Team:UT Dallas/page js

From 2013.igem.org

Revision as of 01:20, 7 September 2013 by Alecspin (Talk | contribs)

function show_info(res_id) { $.get('https://2013.igem.org/Team:UT_Dallas/'+res_id+'?action=raw&ctype=text/html', function(data) { $('#result_space').html(data); }); return false; }