Skip to content
This repository was archived by the owner on Jan 16, 2020. It is now read-only.

Commit e09289d

Browse files
committed
Added README.md.
1 parent 6bcc9f9 commit e09289d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# jQuery Pointer Events
2+
3+
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.
4+
5+
Pointer Events provide a unified event model, which we feel provides a much
6+
better future than Mouse + Touch. The jQuery team is very interested in seeing
7+
a future where Mouse Events and Touch Events are a thing of the past, and all
8+
developers leverage Pointer Events exclusively. This polyfill is an attempt to
9+
make that dream a reality today.
10+
11+
For some history on Touch vs. Pointer, check out our blog post
12+
[Getting Touchy about Patents](http://blog.jquery.com/2012/04/10/getting-touchy-about-patents/).

0 commit comments

Comments
 (0)