h1标题
h2标题
h3标题 一直到h6
touch.js学习
1.准备工作
touch.js是百度开源的一套支持原生js事件和自定义事件的js库
js中包含很多这种库, 封装js的源生API
2.获取库文件
生产环境
源代码
3.分类
1.touch触摸
2.drag拖拽
3.swipe轻扫
4.rotate旋转
5.tap轻拍/hold长按
6.scale缩放
保存的快捷键是CMD+S
,你知道吗?
加粗
倾斜
删除
var div = document.getElementById("div1");
div.onclick = function(){
alert(1)
}
姓名 | 年龄 |
---|---|
董慧明 | 666 |
高山 | 13 |