diff --git a/README.md b/README.md index 49274de2..35df7b07 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,21 @@ By default, no Pointer Events are sent from an element. This maximizes possibili 1. As elements come and go, or have their `touch-action` attribute changed, they will send the proper set of Pointer Events. +#### Using PEP with jQuery + +You can use pointer events with jQuery and PEP: +```html +
+ + + +``` +Check out [this jsbin demo](http://jsbin.com/bojumofowa/1/edit?html,css,js,output) for a full demo. + ## Polyfill Details ### Getting Started