轻量级touch事件库 jquery-touch

码农软件 · 软件分类 · jQuery手机相关插件 · 2019-12-31 22:43:54

软件介绍

基于jQuery的轻量级touch事件库

demo: photo-slide

支持移动端和pc端

  • touchstart

  • touchmove

  • touchend

使用方法

$.touch.bind($('.td'), {
    start: function(e) {
        //console.log('start', e);
    },
    move: function(e) {
        //console.log('move', e);
    },
    end: function(e) {
        console.log('end', e);
    },
    swipe: function(e) {
        if(e.direction == 'left') {
            console.log('swipte left', e);
        } else if(e.direction == 'right') {
            console.log('swipte right', e);
        }

    }
});
更多请看demo示例

本文地址:https://www.codercto.com/soft/d/22391.html

Computers and Intractability

Computers and Intractability

M R Garey、D S Johnson / W. H. Freeman / 1979-4-26 / GBP 53.99

This book's introduction features a humorous story of a man with a line of people behind him, who explains to his boss, "I can't find an efficient algorithm, but neither can all these famous people." ......一起来看看 《Computers and Intractability》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具