码迷,mamicode.com
首页 > 其他好文 > 详细

关于layui问题

时间:2018-11-11 21:02:46      阅读:115      评论:0      收藏:0      [点我收藏+]

标签: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();

关闭回调:

 

关于layui问题

标签:func   text   function   编辑   应该   children   问题   this   sel   

原文地址:https://www.cnblogs.com/weibanggang/p/9364503.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!