标签:func text function 编辑 应该 children 问题 this sel
编辑:
$(‘#Teacher‘).find(‘option‘).each(function(){
$(this).attr(‘selected‘,$(this).val()==data.tid);
});
$(‘#bookType‘).next().children().eq(0).children().eq(0).val($(‘#bookType‘).find("option:selected").text());
//找到ID的下一步元素,的子元素,的第一个,的子元素,的第一个,设置他得值为当前应该选中的值
form.render();
关闭回调:
标签:func text function 编辑 应该 children 问题 this sel
原文地址:https://www.cnblogs.com/weibanggang/p/9364503.html