Country' + institution.country + '

Type of membership' + institution.type + '

Eligibility' + institution.eligibility + '

Discount' + institution.discount + '

Contact' + institution.contact; } jQuery("#projectByCountry").change(function() { jQuery("#project-description").html(""); jQuery("#project").val(""); var str = jQuery("#projectByCountry option:selected").val(); projects.forEach(function(entry) { if (entry.country == str) { jQuery("#project-description").append("