Events do not propagate from a child element?
- by Legend
I was playing around with the Swipe jQuery plugin on my iPod Touch and Android devices. The following works:
<html>
<head>
<script type="text/javascript" src="lib/jquery/jquery-1.3.2.js"></script>
<script type="text/javascript" src="lib/plugins/jquery.swipe.js"></script>
<script…