layui select主动触发change 事件

<html>
 <head></head>
 <body>
  <select name="groupUnitNo" lay-filter="groupUnitNo">
      <option value=""></option>
  </select>
 </body>
</html>
$('name="groupUnitNo"').siblings("div.layui-form-select").find('dl dd[lay-value=' + val + ']').click();

猜你喜欢

转载自blog.csdn.net/qq_32109957/article/details/81331956