The edge version of layui does not work properly in ie browsers.

the edge version of layui does not work properly in ie browsers.
layui.use does not execute at all, but switching to IE10 is normal

.
Nov.11,2021

according to your comments, I guess it is the conflict between layui and jq versions. Layui comes with integrated jq. If you add extra jq, you may have encountered some bug, before. You can use layui jq

as follows.
layui.use(['layer', 'form'], function(){
  var layer = layui.layer
  ,form = layui.form,$=layui.jquery;
  $('.ck').click(function(){
      alert(2222222);
  })
  layer.msg('Hello World');
});    
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c5c6-4134b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c5c6-4134b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?