我收到了错误
不推荐使用“使用属性”指定的属性。它始终返回true。 return!val || val.specified? elem.value:elem.text;“
$(document).ready(function(){
$("#o_productCategory").change(function(e){
$.getJSON("URI", ({"parent" : $("#o_productCategory").val()}),function(result) {
//code here
});
});
});