使用Jquery Easy UI要导入的js顺序


<1>.引用Jquery的Js文件
<script src="jquery-easyui-1.3.4/jquery-1.8.0.min.js" type="text/javascript"></script>


<2>.引用Easy UI的Js文件
<script src="jquery-easyui-1.3.4/jquery.easyui.min.js" type="text/javascript"></script>


<3>.导入Easy UI的主题Css文件
<link href="jquery-easyui-1.3.4/themes/default/easyui.css" rel="stylesheet" type="text/css" />


<4>.导入Easy UI的图标Css文件
<link href="jquery-easyui-1.3.4/themes/icon.css" rel="stylesheet" type="text/css" />


<5>.引用Easy UI的国际化文件         以下为让它显示中文
<script src="jquery-easyui-1.3.4/locale/easyui-lang-zh_CN.js" type="text/javascript"></script>




<6>.页面上加上UTF-8编码       防止jquery.easyui.min.js  内容乱码
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />

相关文章:

  • 2021-07-11
  • 2021-12-31
  • 2021-11-23
  • 2021-09-04
  • 2022-12-23
  • 2022-02-03
  • 2021-12-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案