![i am showing you an image.
i want to create this type by using of jquery but i am not getting exactly what i want please help me. ,I have following HTML code which I want to create dynamically by using jQuery AJAX request. My response is in JSON format.
i am showing you an image.
i want to create this type by using of jquery but i am not getting exactly what i want please help me. ,I have following HTML code which I want to create dynamically by using jQuery AJAX request. My response is in JSON format.
i am showing you an image.
i want to create this type by using of jquery but i am not getting exactly what i want please help me. ,I have following HTML code which I want to create dynamically by using jQuery AJAX request. My response is in JSON format.
我给你看一张图片。我想通过使用 jquery 创建这种类型,但我没有得到我想要的,请帮助我。,我有以下 HTML 代码,我想使用 jQuery AJAX 请求动态创建这些代码。我的回复是 JSON 格式。我给你看一张图片。我想通过使用 jquery 创建这种类型,但我没有得到我想要的,请帮助我。,我有以下 HTML 代码,我想使用 jQuery AJAX 请求动态创建这些代码。我的回复是 JSON 格式。我给你看一张图片。我想通过使用 jquery 创建这种类型,但我没有得到我想要的,请帮助我。,我有以下 HTML 代码,我想使用 jQuery AJAX 请求动态创建这些代码。我的回复是 JSON 格式。
<fieldset data-role="controlgroup" data-type="vertical">
<legend>Select Locations</legend>
<input id="checkbox2" name="" type="checkbox"
/>
<label for="checkbox2">ICU Unit
<div class="location_detail"> <span class="left">6 Messages</span>
</div>
</label>
<input id="checkbox3" name="" type="checkbox" />
<label for="checkbox3">CCU Unit
<div class="location_detail"> <span class="left">6 Messages</span>
</div>
</label>
<input id="checkbox4" name="" type="checkbox" />
<label for="checkbox4">EU Unit
<div class="location_detail"> <span class="left">6 Messages</span>
</div>
</label>
</fieldset>
JSON data looks like this:
{
__type="PatientInfo:#DAAB",
DeptId=14,
DeptName="GENERAL",
more...
}
1Object{
__type="PatientInfo:#DAAB",
DeptId=14,
DeptName="GENERAL",
more...
}
2Object{
__type="PatientInfo:#DAAB",
DeptId=14,
DeptName="GENERAL",
more...
}
first record looks like this:
{
__type:"PatientInfo:#DAAB",
AcknowledgeComment:null,
AcknowledgedBy:null,
DeptId:14,
DeptName:"GENERAL",
DeptPhoneNumber:"1234567894",
ForwardBy:null,
ForwardComment:null,
HasECHO:false,
HasLabReports:false,
HasLabResults:false,
HasMR:false,
HospPhoneNumber:"1234512345",
IsAlreadyLabSubscribed:false,
IsEscalatedMessage:false,
IsEscalationPossible:false,
IsMessageAcknowledgedBySomeOne:false,
IsMessageEscalatedBySystem:false,
IsPrimaryReceiver:true,
Message:"- ABNORMAL ECG -",
MessageGenerationDate:"12/20/2012 08:20:24 AM",
MessageID:768,
MessageLevel:2,
MessageStatus:"SENT TO MOBILE",
MessageStatusID:3,
MessageType:"EKG",
PatientFirstName:" 03 ",
PatientID:"TestPID9480",
PatientLastName:"Test",
PatientMiddleInitial:"",
PatientNamePrefix:"",
PatientNameSuffix:"",
RowNumber:1,
Sender:"Mvisum,",
SenderId:1,
Severity:"Level2",
Subject:"ECG attached for patient - Test, 03 ",
TotalPatientCount:3,
UnitId:16,
UnitName:"Emergency",
UnitPhoneNumber:"9999999999"
}
\[1\]: http://i.stack.imgur.com/Hgnz2.png][1]