I know this is a hot topic, but I get asked a lot about how to get 1.0.1 transitions in 1.1.0. So much that I finally figured it out. I have to admit, I'm liking it in this current iOS app. If I was supporting Droid at the moment though, I might think differently, haha.
I'm loving the speed increase you get from using on() over live() and bind(), however, off("tap") appears to be jacked. It doesn't remove all the corresponding touch events properly. Back to using touchend until this is fixed.
Anyone not using on() and off() yet seriously needs to start.