$("#ontouch").on("tap",function(){
alert("我是 .on(tap) 方式");
$(this).css({width:"200px",height:"100px",border:"1px red solid"});
})
$("#mytap").tap(function(){
alert("我是 .tap() 方式");
$(this).css({width:"300px",height:"30px",border:"1px blue solid"});
})
forked from singod/JSLite-touch
-
Notifications
You must be signed in to change notification settings - Fork 0
JSLite/JSLite-touch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
JSLite的touch.js
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 79.3%
- HTML 20.7%