$.each(objdata["jSonCollection"], function(i, val) { $('#ddlteams').append('<option value="' + val.id + '">' + val.name + '</option>'); });
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)