随笔分类 -  javascript

js 学习记录
摘要:<!DOCTYPE html> <html> <meta charset="UTF-8"><head> <title>Handlebars Expressions Example</title> </head> <body> <h1>Handlebars Expressions Example!</ 阅读全文

posted @ 2017-03-15 10:54 志明1220 阅读(79) 评论(0) 推荐(0)

摘要:$('.lockTouchmove').each(function(){ $(this)[0].addEventListener('touchmove',function(e){ e.preventDefault(); },false); }); 阅读全文

posted @ 2017-03-13 17:02 志明1220 阅读(80) 评论(0) 推荐(0)

导航