User:Vinoo/SafetyJSON

$(document).ready(function(){ jQuery.ajax({ url: "https://2014.igem.org/cgi/forms/form.cgi", method: "GET", timeout: 30000, data: {command: "get_info", form_name: "2014_check_in"}, dataType: "json", success: function(data){ var json = $.parseJSON(data); console.log(json); } }) })