Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 507 Bytes

2011-08-17-3a89868a.md

File metadata and controls

18 lines (16 loc) · 507 Bytes
title date url slug pinboardId private tags
Event delegation for touch events in JavaScript
2011-08-17 23:30:22 UTC
2011-08-17-3a89868a
210855392
false
javascript
touch
ios
event
events

Event delegation for touch events in JavaScript

This post aims to show a super–quick example of how to do simulated 'tap' events on dynamically created content using JavaScript event delegation.