$('#reporttype').combobox({
onChange : function(n,o){alert(n);}
});
要先得到 combobox对象,而不是一般的 jquery对象、。、。
$('#reporttype').combobox({
onChange : function(n,o){alert(n);}
});
要先得到 combobox对象,而不是一般的 jquery对象、。、。