$('#clerk_pk').find("option").each(function () {
if ($(this).attr("value") == data) {
$(this).prop("selected", "selected");
$('#clerk_pk').attr("disabled", "disabled");
return false;
}
});
$(this).prop("selected", "selected");