我有错误
“不推荐使用属性的指定属性。它始终返回 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
});
});
});