easuyui compbox中のonchange事件のきっかけ

880 ワード

選択ボックスのコードをドロップダウン:
どのようにselectドロップリストのonchangeイベントを得ますか?以下のとおりです
$('#problemType').combobox({  
    onChange:function(newValue,oldValue){
        alert(newValue); 
    }  
});
selectドロップリストで選択した値はどうなりますか?以下のとおりです
$('#problemType').combobox('getValue');