最佳答案
这是检查字段值是否为 null
的好方法吗?
if($('#person_data[document_type]').value() != 'NULL'){}
Or is there a better way?