Jquery
$(document).ready(function(){
var subjectSel = $("#subjectSel") ;
//alert(subjectSel.val()) ;
subjectSel.combobox({
onChange:function(newValue,oldValue){
item_update.requestSecondSubject(newValue) ;
}
}) ;
});$(function(){
}) ;window.onload = function () {
};
本文介绍如何使用jQuery结合combobox组件实现动态选择主题,并触发请求更新二级主题的功能。

被折叠的 条评论
为什么被折叠?



