"); } else { if((row_cnt % 2) == 1) { // odd row w/image content.push("
"); content.push("
"); content.push(""+data[i].full_name+" says,"); content.push(data[i].answer_text); content.push("
"); content.push("
"); content.push(""); content.push("
"); } else { // even row content.push("
"); content.push(""); content.push("
"); content.push("
"); content.push("
"); content.push(""+data[i].full_name+" says,"); content.push(data[i].answer_text); content.push("
"); } } content.push("
"); } $('#contribution_set').html(content.join("\n")); } function getContributions() { console.log("start getting a contrib set\n"); let url = 'https://cse-apps.unl.edu/csce_yearbk/contributions.json'; let ret = jQuery.getJSON(url, {}, function (data) { console.log("JSON data length: "+data.length+"\n"); parseContributions(data); }); //
Here's what CSE students, faculty and staff are saying to the class of 2020! Add your own message to the class of 2020!