district 非others时,隐藏用户自定义district
This commit is contained in:
@@ -114,6 +114,8 @@
|
|||||||
function changeDistrict(obj){
|
function changeDistrict(obj){
|
||||||
if("others"==obj.val()){
|
if("others"==obj.val()){
|
||||||
obj.parent().siblings(".otherValue").prop("type","text");
|
obj.parent().siblings(".otherValue").prop("type","text");
|
||||||
|
}else{
|
||||||
|
obj.parent().siblings(".otherValue").prop("type","hidden");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
Reference in New Issue
Block a user