$("#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"});
})
-
Notifications
You must be signed in to change notification settings - Fork 1
singod/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