Is anyone using jQuery on iPhone? I tried altering the iui iphonenav.js script to use jQuery and, though it works, it seems very very slow when performing the right to left (or vice versa) slide transitions. I'm just doing something like this...
fromPanelElem.animate({ left: "0px" }, 500 ); toPanelElem.animate({ left: "0px" }, 500 ); Any thoughts?