1 Star 0 Fork 37

jiwenfeng / layui-plugin

forked from CandyPop / layui-plugin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
keyboard.html 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
Pop 提交于 2021-12-20 20:56 . [UPATEA]2021/12/20
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>键盘</title>
<link rel="stylesheet" href="./layui/css/layui.css" media="all">
</head>
<body>
<div id="keyboard" style="width: 1000px;height: 300px;margin:0 auto;"></div>
<!-- <div id="keyboard1" style="width: 1000px;height: 300px;outline: 1px solid red;margin:0 auto;"></div> -->
</body>
<script src="./layui/layui.js"></script>
<script type="text/javascript">
layui.config({
base: 'plugin/'
}).use(['jquery', 'keyboard'], function() {
var $ = layui.jquery,
keyboard = layui.keyboard;
var k=keyboard.render({
elem:"keyboard"
});
k.keys(["j","o"]);
k.fn(["Key-5"]);
k.shift(["Key-0"]);
});
</script>
</html>
1
https://gitee.com/261659124/layui-plugin.git
git@gitee.com:261659124/layui-plugin.git
261659124
layui-plugin
layui-plugin
master

搜索帮助