I know there was a video camera set up for a number of the talks, are those videos available online or will they be available online at some point in the future?
If there aren't publicly available versions any chance I can get a copy of my talk?
I've been using jQuery mobile for a few months now and I love it! I'm looking for a way to give back.
I fancy myself a pretty decent JavaScript developer, so I'd love to tackle a bug or two, is there any convention for claiming a bug or knowing if a bug is being worked on by somebody else?
I have an anchor element with its href set to "#", I've attached a click handler that modifies the DOM for the visible page (it's a live event if it matters), when I click the link Mobile Safari on my iPod Touch pops down the url/loading bar to indicate activity. If I use a span element instead of an anchor, the loading bar is not displayed. Unfortunately I'm not in charge of the markup so I can't alter it from an anchor to a span, is there a way to prevent this behavior for the anchor tag?