Giter VIP home page Giter VIP logo

jquery.multiclick's Introduction

Hello! I'm James. ๐Ÿ‘‹

I am a "seasoned" software engineer, currently working for GitHub on Actions, Pages, deployments, and more. :octocat:

About me

  • Pronouns: he/him
  • Husband to my wife. ๐Ÿคตโ€โ™‚๏ธ ๐Ÿ‘ฐโ€โ™€๏ธ
  • Father to my daughter. ๐Ÿง’
  • Servant to my cats. ๐Ÿฑ ๐Ÿˆ
  • Ally. ๐Ÿณ๏ธโ€๐ŸŒˆ ๐Ÿณ๏ธโ€โšง๏ธ ๐Ÿ–ค ๐ŸคŽ โค๏ธ ๐Ÿงก ๐Ÿ’› ๐Ÿ’š ๐Ÿ’™ ๐Ÿ’œ ๐Ÿค
  • Open source enthusiast. ๐Ÿ’
  • Lifelong learner. ๐Ÿ“š
  • Scuba diver, traveler, nature enthusiast, hiker, camper, explorer. ๐Ÿฅพ
  • Handy but willing to admit my limits. ๐Ÿ› ๏ธ

jquery.multiclick's People

Contributors

jamesmgreene avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

jquery.multiclick's Issues

Add support for mobile browsers

This library does not currently support the "touch" events necessary for it to work on mobile browsers.

Start with this touch detection technique leveraged from jQuery Mobile:

var touchSupported = $.support.touch || "ontouchend" in document;

Honestly, not sure if either will be necessary since a "click" event has certain sequential requirements that normal touch events don't meet individually: i.e. touchstart, minimal touchmove if any, touchend on the same element (or in very close proximity), and none of the handlers for those call event.preventDefault();... then, and only then will the mousedown, mousemove, mouseup, and click sequence of events be allowed to start..

Update README and website

Update README and website with latest info and/or more examples. Make sure website doesn't have any broken links, etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.