此为滑动事件的js引入文件jquery.mobile.touch.js 配合jquery.*.js声明文件及jquery语法使用 jQuery.Mobile/Touch事件 用户触摸屏幕(页面)时触发 提示:Touch 事件同样适用于桌面电脑:点击鼠标! jQuery Mobile Tap tap 事件在用户敲击某个元素时触发。 下面的例子当 元素上触发 tap 事件时,隐藏当前 元素: 实例 $("p").on("tap",function(){ $(this).hide(); });
jquery.mobile-1.4.5.min.js A Touch-Optimized Web Framework jQuery Mobile is a HTML5-based user interface system designed to make responsive web sites and apps that are accessible on all smartphone, tablet and desktop devices. 包含以下文件: jquery.mobile-1
# Sortable Sortable is a minimalist Javascr ipt library for reorderable drag-and-drop lists. Demo: http://rubaxa.github.io/Sortable/ ## Features * Supports touch devices and [modern](http://caniuse.com/#search=drag) browsers (including IE9) * Can dr