https://gist.github.com/paulirish/12fb951a8b893a454b32
It let's you do
$('p').on('click', el => /* ... */)
https://gist.github.com/paulirish/12fb951a8b893a454b32
It let's you do
which is handy for smaller scripts :)