1BY LOVE
2
3 $.each(obj , function (key, value) {
4 $('#GroupName').append($('<option>',
5 {
6 value: value.id,
7 text: value.Group_Name
8 }));