# jquery-pointer-events **Repository Path**: mirrors_jquery-archive/jquery-pointer-events ## Basic Information - **Project Name**: jquery-pointer-events - **Description**: Pointer Events polyfill for jQuery - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jQuery Pointer Events This is a polyfill for [Pointer Events](https://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html), written using jQuery's special events API. Pointer Events provide a unified event model, which we feel provides a much better future than Mouse + Touch. The jQuery team is very interested in seeing a future where Mouse Events and Touch Events are a thing of the past, and all developers leverage Pointer Events exclusively. This polyfill is an attempt to make that dream a reality today. For some history on Touch vs. Pointer, check out our blog post [Getting Touchy about Patents](http://blog.jquery.com/2012/04/10/getting-touchy-about-patents/).