Won’t fire: $(‘section’).live(‘click’, function(){ … });

But if the element you’re binding to is an anchor tag, it WILL fire.

The workaround: add onclick=“” to the element you’re binding to.

This applies to iOS 4.0.

Update (Oct 7, 2010): I should add that this is a known bug. And that I’ve discovered a workaround.