当前位置:   article > 正文

Layui之入门

layui

目录

一、layui介绍

1.是什么

2.谁开发的

3.特点

二、layui,easyui和bootstrap的区别

1.layui、easyui与bootstrap的对比

  2. layui和bootstrap对比(这两个都属于UI渲染框架)

 3. layui和easyui对比

三、基础使用

四、登录注册实例讲解

1.登录

 2.注册

 五、如何扩展一个layui(自定义模块)


一、layui介绍

1.是什么

layui是一个基于Web的前端UI框架,它专注于提供简洁、易用的界面元素和交互效果。它采用了模块化的设计,允许开发者根据需要选择性地引入其组件,从而提高开发效率和网站性能。layui的特点包括简单易用、扩展性强、兼容性好、文档丰富等,因此在许多Web开发项目中都被广泛使用。

2.谁开发的

 由中国人开发(作者贤心),16年出厂的框架,其主要提供了很多好看、方便的样式,并且基本拿来即用,和Bootstrap有些相似,但该框架有个极大的好处就是定义了很多前后端交互的样式接口,如分页表格,只需在前端配置好接口,后端则按照定义好的接口规则返回数据,即可完成页面的展示,极大减少了后端人员的开发成本。

3.特点

  1. 简单易用: layui提供了简洁明了的界面元素和交互效果,使开发者能够快速构建美观的用户界面。

  2. 模块化设计: layui的模块化设计使得开发者可以根据项目需求选择性地引入需要的组件,减少了不必要的资源加载,提高了网站的性能。

  3. 扩展性强: layui提供丰富的组件和插件,同时也支持自定义扩展,开发者可以根据自己的需求进行定制和扩展。

  4. 兼容性好: layui兼容大多数主流浏览器,保证了在不同平台上的稳定运行。

  5. 文档丰富: layui拥有详细的官方文档和示例,提供了丰富的使用教程和API说明,方便开发者学习和使用。

  6. 生态丰富: layui拥有庞大的生态系统,有许多基于layui的插件和扩展可供选择,满足不同项目的需求。

二、layui,easyui和bootstrap的区别

1.layui、easyui与bootstrap的对比

1.设计风格:

  • layui:layui的设计风格简洁、扁平化,注重用户体验和响应式布局。
  • EasyUI:EasyUI的设计风格相对传统,注重功能的全面性和可定制性。
  • Bootstrap:Bootstrap的设计风格现代、简洁,注重响应式布局和移动设备适配。

2.功能和组件:

  • layui:layui提供丰富的常用UI组件、表单元素、弹窗、导航等功能模块,易于上手和扩展。
  • EasyUI:EasyUI提供了大量的可定制的UI组件和表单元素,功能全面,适合构建复杂的企业级应用程序。
  • Bootstrap:Bootstrap提供了用于快速构建响应式网站和Web应用所需的各种组件,包括网格系统、导航、按钮、表单等。

3.构建方式和兼容性:

  • layui:layui采用模块化的构建方式,具有良好的兼容性,并且可以按需引入,减少资源加载。
  • EasyUI:EasyUI采用jQuery插件的形式,依赖jQuery库,因此对jQuery的兼容性较好。
  • Bootstrap:Bootstrap使用HTML、CSS和JavaScript构建,也可以按需引入,同时对各种浏览器的兼容性较好。

4.文档和社区支持:

  • layui:layui拥有详细的官方文档和示例,社区活跃度较高,有许多插件和扩展可供选择。
  • EasyUI:EasyUI的官方文档较为全面,并有大量的示例和教程可供参考,社区支持相对较好。
  • Bootstrap:Bootstrap拥有丰富的官方文档、示例和模板,社区支持非常活跃,有大量的资源和插件可用。

选择适合的UI框架取决于项目需求、个人喜好和开发经验,layui适用于快速构建简洁的界面和Web应用,EasyUI适用于构建复杂的企业级应用,Bootstrap适用于构建现代、响应式的网站和Web应用。

  2. layui和bootstrap对比(这两个都属于UI渲染框架)

          1.layui是国人开发的一套框架,2016年出来的,现在已更新到2.X版本了。比较新,轻量级,样式简单好看(目前官网已下架,开源了)
          2.bootstrap 相对来说是比较成熟的一个框架,现在已经更新到4.X版本。是一个很成熟的框架,这个大部分人一般都用过

          1)适用范围不一样

      
            1.layui 其实更偏向与后端开发人员使用,在服务端页面上有非常好的效果。
      
            2.适合做后台框架

            3.layui是提供给后端开发人员最好的ui框架,基于DOM驱动,在实现前端交互上比较麻烦,页面的增删改查都需要查询DOM元素。所以在不需要交互的时候,用layui还是不错的(说这句话的人,只能说明你对layui不了解)
             
            4.bootstrap 在前端响应式方面做得很好,PC端和移动端表现都不错。
      
            5.适合做网站
             
            6.如果是类似官网,且需要同时满足PC端和移动端效果,bootstrap 表现很好,但是如果是要交互的网站,比如商城之类,layui显然更好,前后端分离

          2)大小不一样
           
             1.layui 轻量级
             2.bootsrap 因为成熟,所以使用方便,但是同时也是因为成熟,就显得有些冗余

 3. layui和easyui对比

          1.easyui 是非开源的,有需要解决的问题的话,就只能等官方更新了
          2.layui是开源的,社区比较活跃,解决问题还是比较快的
          3.easyui诞生的早些,所以功能相对完善一些,很多功能都能是比较健全的
          4.layui就相对来说少一些了,不过,功能都是像官网说的,精雕细琢
          5.layui更符合现在的审美

三、基础使用

我们先需进入layui网站

 官方网站:https://www.layui.com/(已下线)
   参考地址:http://layui.org.cn/demo/index.html(已下线,非官网)

 然后,我们点击文档,找到码云,点击进行下载,

这样更方便我们引入一些文件,也能更好地查阅它的组件及开源代码

将layui下载到了本地,那么可将其完整地放置到你的项目目录(或静态资源服务器),并在页面中分别引入:

  1.  <!-- 引入 layui.css -->
  2.    <link rel="stylesheet" href="xxx/layui.css">
  3.    <!-- 引入 layui.js -->
  4.    <script src="xxx/layui.js"></script> 

像这样引入后,就可以直接使用啦!!! 

四、登录注册实例讲解

导入mvc配置文件和自定义mvcjar包以及一些工具类jar包

用户实体--User

  1. package com.ctb.entity;
  2. /**
  3. * 用户实体
  4. * @author biao
  5. *
  6. * 2023年7月10日
  7. */
  8. public class User {
  9. private long id;
  10. private String name;
  11. private String loginName;
  12. private String pwd;
  13. private long rid;
  14. public User() {
  15. // TODO Auto-generated constructor stub
  16. }
  17. @Override
  18. public String toString() {
  19. return "User [id=" + id + ", name=" + name + ", loginName=" + loginName + ", pwd=" + pwd + ", rid=" + rid + "]";
  20. }
  21. public User(long id, String name, String loginName, String pwd, long rid) {
  22. super();
  23. this.id = id;
  24. this.name = name;
  25. this.loginName = loginName;
  26. this.pwd = pwd;
  27. this.rid = rid;
  28. }
  29. public long getId() {
  30. return id;
  31. }
  32. public void setId(long id) {
  33. this.id = id;
  34. }
  35. public String getName() {
  36. return name;
  37. }
  38. public void setName(String name) {
  39. this.name = name;
  40. }
  41. public String getLoginName() {
  42. return loginName;
  43. }
  44. public void setLoginName(String loginName) {
  45. this.loginName = loginName;
  46. }
  47. public String getPwd() {
  48. return pwd;
  49. }
  50. public void setPwd(String pwd) {
  51. this.pwd = pwd;
  52. }
  53. public long getRid() {
  54. return rid;
  55. }
  56. public void setRid(long rid) {
  57. this.rid = rid;
  58. }
  59. }

BaseDao--通用增删改及分页模糊查询

  1. package com.zking.util;
  2. import java.lang.reflect.Field;
  3. import java.sql.Connection;
  4. import java.sql.PreparedStatement;
  5. import java.sql.ResultSet;
  6. import java.sql.ResultSetMetaData;
  7. import java.sql.SQLException;
  8. import java.util.ArrayList;
  9. import java.util.HashMap;
  10. import java.util.List;
  11. import java.util.Map;
  12. /**
  13. * 所有Dao层的父类
  14. *
  15. * @author biao
  16. *
  17. * @param <T>
  18. */
  19. public class BaseDao<T> {
  20. /**
  21. * 适合多表联查的数据返回
  22. * @param sql
  23. * @param pageBean
  24. * @return
  25. * @throws SQLException
  26. * @throws InstantiationException
  27. * @throws IllegalAccessException
  28. */
  29. public List<Map<String, Object>> executeQuery(String sql, PageBean pageBean)
  30. throws SQLException, InstantiationException, IllegalAccessException {
  31. List<Map<String, Object>> list = new ArrayList<>();
  32. Connection con = DBAccess.getConnection();
  33. PreparedStatement pst = null;
  34. ResultSet rs = null;
  35. /*
  36. * 是否需要分页? 无需分页(项目中的下拉框,查询条件教员下拉框,无须分页) 必须分页(项目中列表类需求、订单列表、商品列表、学生列表...)
  37. */
  38. if (pageBean != null && pageBean.isPagination()) {
  39. // 必须分页(列表需求)
  40. String countSQL = getCountSQL(sql);
  41. pst = con.prepareStatement(countSQL);
  42. rs = pst.executeQuery();
  43. if (rs.next()) {
  44. pageBean.setTotal(String.valueOf(rs.getObject(1)));
  45. }
  46. // 挪动到下面,是因为最后才处理返回的结果集
  47. // -- sql=SELECT * FROM t_mvc_book WHERE bname like '%圣墟%'
  48. // -- pageSql=sql limit (page-1)*rows,rows 对应某一页的数据
  49. // -- countSql=select count(1) from (sql) t 符合条件的总记录数
  50. String pageSQL = getPageSQL(sql, pageBean);// 符合条件的某一页数据
  51. pst = con.prepareStatement(pageSQL);
  52. rs = pst.executeQuery();
  53. } else {
  54. // 不分页(select需求)
  55. pst = con.prepareStatement(sql);// 符合条件的所有数据
  56. rs = pst.executeQuery();
  57. }
  58. // 获取源数据
  59. ResultSetMetaData md = rs.getMetaData();
  60. int count = md.getColumnCount();
  61. Map<String, Object> map = null;
  62. while (rs.next()) {
  63. map = new HashMap<>();
  64. for (int i = 1; i <= count; i++) {
  65. // map.put(md.getColumnName(i), rs.getObject(i));
  66. map.put(md.getColumnLabel(i), rs.getObject(i));
  67. }
  68. list.add(map);
  69. }
  70. return list;
  71. }
  72. /**
  73. *
  74. * @param sql
  75. * @param attrs
  76. * map中的key
  77. * @param paMap
  78. * jsp向后台传递的参数集合
  79. * @return
  80. * @throws SQLException
  81. * @throws NoSuchFieldException
  82. * @throws SecurityException
  83. * @throws IllegalArgumentException
  84. * @throws IllegalAccessException
  85. */
  86. public int executeUpdate(String sql, String[] attrs, Map<String, String[]> paMap) throws SQLException,
  87. NoSuchFieldException, SecurityException, IllegalArgumentException, IllegalAccessException {
  88. Connection con = DBAccess.getConnection();
  89. PreparedStatement pst = con.prepareStatement(sql);
  90. for (int i = 0; i < attrs.length; i++) {
  91. pst.setObject(i + 1, JsonUtils.getParamVal(paMap, attrs[i]));
  92. }
  93. return pst.executeUpdate();
  94. }
  95. /**
  96. * 批处理
  97. * @param sqlLst
  98. * @return
  99. */
  100. public static int executeUpdateBatch(String[] sqlLst) {
  101. Connection conn = null;
  102. PreparedStatement stmt = null;
  103. try {
  104. conn = DBAccess.getConnection();
  105. // 设置不自动提交
  106. conn.setAutoCommit(false);
  107. for (String sql : sqlLst) {
  108. stmt = conn.prepareStatement(sql);
  109. stmt.executeUpdate();
  110. }
  111. conn.commit();
  112. } catch (Exception e) {
  113. try {
  114. conn.rollback();
  115. } catch (SQLException e1) {
  116. e1.printStackTrace();
  117. throw new RuntimeException(e1);
  118. }
  119. e.printStackTrace();
  120. throw new RuntimeException(e);
  121. } finally {
  122. DBAccess.close(conn, stmt, null);
  123. }
  124. return sqlLst.length;
  125. }
  126. /**
  127. * 通用的增删改方法
  128. *
  129. * @param book
  130. * @throws Exception
  131. */
  132. public int executeUpdate(String sql, T t, String[] attrs) throws Exception {
  133. // String[] attrs = new String[] {"bid", "bname", "price"};
  134. Connection con = DBAccess.getConnection();
  135. PreparedStatement pst = con.prepareStatement(sql);
  136. // pst.setObject(1, book.getBid());
  137. // pst.setObject(2, book.getBname());
  138. // pst.setObject(3, book.getPrice());
  139. /*
  140. * 思路: 1.从传进来的t中读取属性值 2.往预定义对象中设置了值
  141. *
  142. * t->book f->bid
  143. */
  144. for (int i = 0; i < attrs.length; i++) {
  145. Field f = t.getClass().getDeclaredField(attrs[i]);
  146. f.setAccessible(true);
  147. pst.setObject(i + 1, f.get(t));
  148. }
  149. return pst.executeUpdate();
  150. }
  151. /**
  152. * 通用分页查询
  153. *
  154. * @param sql
  155. * @param clz
  156. * @return
  157. * @throws Exception
  158. */
  159. public List<T> executeQuery(String sql, Class<T> clz, PageBean pageBean) throws Exception {
  160. List<T> list = new ArrayList<T>();
  161. Connection con = DBAccess.getConnection();
  162. PreparedStatement pst = null;
  163. ResultSet rs = null;
  164. /*
  165. * 是否需要分页? 无需分页(项目中的下拉框,查询条件教员下拉框,无须分页) 必须分页(项目中列表类需求、订单列表、商品列表、学生列表...)
  166. */
  167. if (pageBean != null && pageBean.isPagination()) {
  168. // 必须分页(列表需求)
  169. String countSQL = getCountSQL(sql);
  170. pst = con.prepareStatement(countSQL);
  171. rs = pst.executeQuery();
  172. if (rs.next()) {
  173. pageBean.setTotal(String.valueOf(rs.getObject(1)));
  174. }
  175. // 挪动到下面,是因为最后才处理返回的结果集
  176. // -- sql=SELECT * FROM t_mvc_book WHERE bname like '%圣墟%'
  177. // -- pageSql=sql limit (page-1)*rows,rows 对应某一页的数据
  178. // -- countSql=select count(1) from (sql) t 符合条件的总记录数
  179. String pageSQL = getPageSQL(sql, pageBean);// 符合条件的某一页数据
  180. pst = con.prepareStatement(pageSQL);
  181. rs = pst.executeQuery();
  182. } else {
  183. // 不分页(select需求)
  184. pst = con.prepareStatement(sql);// 符合条件的所有数据
  185. rs = pst.executeQuery();
  186. }
  187. while (rs.next()) {
  188. T t = clz.newInstance();
  189. Field[] fields = clz.getDeclaredFields();
  190. for (Field f : fields) {
  191. f.setAccessible(true);
  192. f.set(t, rs.getObject(f.getName()));
  193. }
  194. list.add(t);
  195. }
  196. return list;
  197. }
  198. /**
  199. * 将原生SQL转换成符合条件的总记录数countSQL
  200. *
  201. * @param sql
  202. * @return
  203. */
  204. private String getCountSQL(String sql) {
  205. // -- countSql=select count(1) from (sql) t 符合条件的总记录数
  206. return "select count(1) from (" + sql + ") t";
  207. }
  208. /**
  209. * 将原生SQL转换成pageSQL
  210. *
  211. * @param sql
  212. * @param pageBean
  213. * @return
  214. */
  215. private String getPageSQL(String sql, PageBean pageBean) {
  216. // (this.page - 1) * this.rows
  217. // pageSql=sql limit (page-1)*rows,rows
  218. return sql + " limit " + pageBean.getStartIndex() + "," + pageBean.getRows();
  219. }
  220. }

1.登录

dao方法

  1. package com.ctb.dao;
  2. import java.util.List;
  3. import com.ctb.entity.User;
  4. import com.zking.util.BaseDao;
  5. import com.zking.util.PageBean;
  6. /**
  7. *
  8. * @author biao
  9. *
  10. * 2023年7月10日
  11. */
  12. public class UserDao extends BaseDao<User> {
  13. //查询所有
  14. public List<User> list( User user, PageBean pageBean) throws Exception {
  15. String sql="select * from t_oa_user";
  16. return super.executeQuery(sql, User.class, pageBean);
  17. }
  18. //登录
  19. public User login( User user) throws Exception {
  20. String sql="select * from t_oa_user where loginName = '"+user.getLoginName()+"' and pwd = '"+user.getPwd()+"' ";
  21. List<User> list= super.executeQuery(sql, User.class, null);
  22. if(list!=null && list.size()==1) {
  23. return list.get(0);
  24. }else {
  25. return null;
  26. }
  27. }
  28. }

UserAction

  1. package com.ctb.web;
  2. import javax.servlet.http.HttpServletRequest;
  3. import javax.servlet.http.HttpServletResponse;
  4. import com.ctb.dao.UserDao;
  5. import com.ctb.entity.User;
  6. import com.zking.framework.ActionSupport;
  7. import com.zking.framework.ModelDriver;
  8. import com.zking.util.PageBean;
  9. import com.zking.util.ResponseUtil;
  10. /**
  11. *
  12. * @author biao
  13. *
  14. * 2023年7月10日
  15. */
  16. public class UserAction extends ActionSupport implements ModelDriver<User> {
  17. private User user = new User();
  18. private UserDao ud = new UserDao();
  19. //登录
  20. public void login(HttpServletRequest req, HttpServletResponse resp) {
  21. try {
  22. User login = ud.login(user);
  23. ResponseUtil.writeJson(resp, login);
  24. } catch (Exception e) {
  25. e.printStackTrace();
  26. }
  27. }
  28. @Override
  29. public User getModel() {
  30. return user;
  31. }
  32. }

login.jsp

  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <html>
  4. <head>
  5. <%@include file="common/header.jsp"%>
  6. <link rel="stylesheet" rev="stylesheet"
  7. href="${pageContext.request.contextPath}/static/css/login.css"
  8. type="text/css" media="all">
  9. <style>
  10. body {
  11. color: #;
  12. }
  13. a {
  14. color: #;
  15. }
  16. a:hover {
  17. color: #;
  18. }
  19. .bg-black {
  20. background-color: #;
  21. }
  22. .tx-login-bg {
  23. background: url(static/images/bg.jpg) no-repeat 0 0;
  24. }
  25. </style>
  26. </head>
  27. <body class="tx-login-bg " style="margin-top: 100px;">
  28. <center>
  29. <div class="tx-login-box">
  30. <div class="login-avatar bg-black">
  31. <i class="iconfont icon-wode"></i>
  32. </div>
  33. <ul class="tx-form-li row">
  34. <li class="col-24 col-m-24"><p>
  35. <input type="text" id="username" placeholder="登录账号"
  36. class="tx-input">
  37. </p></li>
  38. <li class="col-24 col-m-24"><p>
  39. <input type="password" id="password" placeholder="登录密码"
  40. class="tx-input">
  41. </p></li>
  42. <li class="col-24 col-m-24"><p class="tx-input-full">
  43. <button id="login" class="tx-btn tx-btn-big bg-black">登录</button>
  44. </p></li>
  45. <li class="col-12 col-m-12"><p>
  46. <a href="register.jsp" class="f-12 f-gray">新用户注册</a>
  47. </p></li>
  48. <li class="col-12 col-m-12"><p class="ta-r">
  49. <a href="#" class="f-12 f-gray">忘记密码</a>
  50. </p></li>
  51. </ul>
  52. </div>
  53. </center>
  54. <script type="text/javascript">
  55. layui.use(['jquery','layer','form'], function() {
  56. let $ = layui.jquery;
  57. let layer = layui.layer;
  58. let form =layui.form;
  59. $("#login").click(function() {
  60. $.ajax({
  61. url:"${pageContext.request.contextPath}/user.action?methodName=login",
  62. dataType:'json',
  63. data: {
  64. loginName: $("#username").val(),
  65. pwd: $("#password").val()
  66. },
  67. method: 'post',
  68. success: function(data) {
  69. if(data) {
  70. layer.alert(''+data.name+'登录成功', {icon: 6});
  71. } else {
  72. layer.alert('账号密码有误', {icon: 5});
  73. }
  74. }
  75. })
  76. })
  77. });
  78. </script>
  79. </body>
  80. </html>

配置mvc.xml

  1. <action path="/user" type="com.ctb.web.UserAction">
  2. </action>

 结果演示:

 2.注册

dao方法

  1. package com.ctb.dao;
  2. import java.util.List;
  3. import com.ctb.entity.User;
  4. import com.zking.util.BaseDao;
  5. import com.zking.util.PageBean;
  6. /**
  7. *
  8. * @author biao
  9. *
  10. * 2023年7月10日
  11. */
  12. public class UserDao extends BaseDao<User> {
  13. //查询所有
  14. public List<User> list( User user, PageBean pageBean) throws Exception {
  15. String sql="select * from t_oa_user";
  16. return super.executeQuery(sql, User.class, pageBean);
  17. }
  18. //登录
  19. public User login( User user) throws Exception {
  20. String sql="select * from t_oa_user where loginName = '"+user.getLoginName()+"' and pwd = '"+user.getPwd()+"' ";
  21. List<User> list= super.executeQuery(sql, User.class, null);
  22. if(list!=null && list.size()==1) {
  23. return list.get(0);
  24. }else {
  25. return null;
  26. }
  27. }
  28. //注册
  29. public int register(User user) throws Exception {
  30. String sql = "insert into t_oa_user(name,loginName,pwd,rid) values(?,?,?,0);";// 定义sql语句
  31. return super.executeUpdate(sql,user,new String[] {"name","loginName","pwd"});
  32. }
  33. // public static void main(String[] args) throws Exception {
  34. // UserDao u = new UserDao();
  35. // int register = u.register(new User(12, "彪", "ctb", "123", 0));
  36. //
  37. // System.out.println(register);
  38. // }
  39. }

UserAction

  1. package com.ctb.web;
  2. import javax.servlet.http.HttpServletRequest;
  3. import javax.servlet.http.HttpServletResponse;
  4. import com.ctb.dao.UserDao;
  5. import com.ctb.entity.User;
  6. import com.zking.framework.ActionSupport;
  7. import com.zking.framework.ModelDriver;
  8. import com.zking.util.PageBean;
  9. import com.zking.util.ResponseUtil;
  10. /**
  11. *
  12. * @author biao
  13. *
  14. * 2023年7月10日
  15. */
  16. public class UserAction extends ActionSupport implements ModelDriver<User> {
  17. private User user = new User();
  18. private UserDao ud = new UserDao();
  19. //登录
  20. public void login(HttpServletRequest req, HttpServletResponse resp) {
  21. try {
  22. User login = ud.login(user);
  23. ResponseUtil.writeJson(resp, login);
  24. } catch (Exception e) {
  25. e.printStackTrace();
  26. }
  27. }
  28. //注册
  29. public void register(HttpServletRequest req, HttpServletResponse resp) {
  30. try {
  31. int register = ud.register(user);
  32. if (register > 0) {
  33. ResponseUtil.writeJson(resp, "OK");
  34. } else {
  35. ResponseUtil.writeJson(resp, "NO");
  36. }
  37. } catch (Exception e) {
  38. e.printStackTrace();
  39. }
  40. }
  41. @Override
  42. public User getModel() {
  43. return user;
  44. }
  45. }

register.jsp

  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <html>
  4. <head>
  5. <%@include file="common/header.jsp"%>
  6. <link rel="stylesheet" rev="stylesheet"
  7. href="${pageContext.request.contextPath}/static/css/login.css"
  8. type="text/css" media="all">
  9. <style>
  10. body {
  11. color: #;
  12. }
  13. a {
  14. color: #;
  15. }
  16. a:hover {
  17. color: #;
  18. }
  19. .bg-black {
  20. background-color: #;
  21. }
  22. .tx-login-bg {
  23. background: url(static/images/bg.jpg) no-repeat 0 0;
  24. }
  25. </style>
  26. <script type="text/javascript">
  27. layui.use(['jquery','layer','form'], function() {
  28. let $ = layui.jquery;
  29. let layer = layui.layer;
  30. let form =layui.form;
  31. $("#register").click(function() {
  32. $.ajax({
  33. url:"${pageContext.request.contextPath}/user.action?methodName=register",
  34. dataType:'json',
  35. data: {
  36. name:$("#relname").val(),
  37. loginName: $("#username").val(),
  38. pwd: $("#password").val()
  39. },
  40. method: 'post',
  41. success: function(data) {
  42. if(data=="OK") {
  43. layer.alert('注册成功', {icon: 6});
  44. location.href="login.jsp";
  45. } else {
  46. layer.alert('注册失败', {icon: 5});
  47. }
  48. }
  49. })
  50. })
  51. });
  52. </script>
  53. </head>
  54. <body class="tx-login-bg " style="margin-top: 100px;">
  55. <center>
  56. <div class="tx-login-box">
  57. <div class="login-avatar bg-black">
  58. <i class="iconfont icon-wode"></i>
  59. </div>
  60. <ul class="tx-form-li row">
  61. <li class="col-24 col-m-24"><p>
  62. <input type="text" id="relname" placeholder="姓名"
  63. class="tx-input">
  64. </p></li>
  65. <li class="col-24 col-m-24"><p>
  66. <input type="text" id="username" placeholder="账号"
  67. class="tx-input">
  68. </p></li>
  69. <li class="col-24 col-m-24"><p>
  70. <input type="password" id="password" placeholder="密码"
  71. class="tx-input">
  72. </p></li>
  73. <li class="col-24 col-m-24"><p class="tx-input-full">
  74. <button id="register" class="tx-btn tx-btn-big bg-black">注册</button>
  75. </p></li>
  76. <li class="col-12 col-m-12"><p>
  77. <a href="login.jsp" class="f-12 f-gray">返回登录</a>
  78. </p></li>
  79. </ul>
  80. </div>
  81. </center>
  82. </body>
  83. </html>

结果演示: 

 五、如何扩展一个layui(自定义模块)

        1.创建一个新的JavaScript文件,命名为"myLayui.js"(或其他你喜欢的名称)。

        注:不用放入layui目录

        2.在该文件中,使用layui.define函数定义一个自定义模块。可以使用layui的其他内置模块或第三方库来辅助开发自定义模块。例如:

  1. layui.define(['jquery'], function(exports){
  2. var $ = layui.jquery;
  3. // 定义自定义模块的方法
  4. var myModule = {
  5. sayHello: function(str){
  6. alert('Hello '+ (str);
  7. },
  8. // 添加其他自定义方法...
  9. };
  10. // 导出模块接口
  11. exports('myLayui', myLayui);
  12. });

以上示例中,我们使用layui.define函数定义了一个名为"myLayui"的自定义模块,并在其中定义了一个名为"sayHello"的方法。这个示例中使用了layui的内置模块jquery作为依赖,所以确保在使用自定义模块前,已经正确引入了jQuery库。

        3.在HTML页面中引入layui和自定义模块的JavaScript文件:

  1. <script src=".../layui.js"></script>
  2. <script src=".../myLayui.js"></script>

注:确保在引入该模块之前,先引入layui.js

        4.在需要使用自定义模块的地方,使用layui.use函数来引入并调用该模块。例如:

  1. layui.use(['myLayui'], function(){
  2. var myLayui = layui.myLayui;
  3. // 使用自定义模块的方法
  4. myLayui.sayHello(' Word!!!');//弹出Hello World!!!
  5. });

在示例中,我们使用layui.use函数引入了"myLayui"模块,并通过layui.myLayui获取了对该模块的实例。然后,我们可以调用自定义模块的方法,例如sayHello()。

好啦,layui入门就分享到这啦!!!

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/711460
推荐阅读
相关标签