简单layer 快速上手

Posted zqw111

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了简单layer 快速上手相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>开始使用layer</title>
</head>
<body>

  
  
  <script src="jQuery的路径"></script> <!-- 你必须先引入jQuery1.8或以上版本 -->
  <script src="layer.js的路径"></script>
  
  <script>
  
  //弹出一个提示层
  $(‘#test1‘).on(‘click‘, function(){
    layer.msg(‘hello‘);
  });

以上是关于简单layer 快速上手的主要内容,如果未能解决你的问题,请参考以下文章

快速上手React:

快速上手GitHub上传代码

SpringBoot 学习笔记 -- [了解SpringBoot的基础知识,快速上手搭建一个简单案例]

layer+zTree实现弹出框+树形图

AngularJS ——ngResourceRESTful APIs 使用

VS code调试代码快速上手必备知识