编辑:

$('#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();

关闭回调:

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2021-08-14
  • 2021-08-27
  • 2022-01-18
猜你喜欢
  • 2022-01-17
  • 2021-10-06
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-10-18
相关资源
相似解决方案