$("#tbParBudCode option[value='" + budCodeId + "']").attr("disabled", "disabled");
$("#tbParBudCode").chosen("destroy").chosen({
width: '100%',
search_contains: true
});