using json object data in jquery select
Posted
by
Ratna
on Stack Overflow
See other posts from Stack Overflow
or by Ratna
Published on 2012-06-05T05:54:11Z
Indexed on
2012/06/05
10:40 UTC
Read the original article
Hit count: 215
{"names": [
{"patientName": "Ratna"},
{"patientName": "raju" },
{"patientName": "krishna"},
{"patientName": "kishore"},
{"patientName": "Kishore1"},
{"patientName": "mahesh"}
]}
this is the JSON object i'm getting from Ajax call
so now i want to add all patientName
values to select box through jquery
can any one tell me how to accomplish this ??
here i'm using $.ajax() function for ajax call
thanks in advance
© Stack Overflow or respective owner