JQuery on mobile browsers
I would like to use JQuery to build web applications for mobile
browsers. i.e. IE Mobile on Windows Mobile 6 (WM6) and S60 WebKit. I
tried a few test pages for traversing and manipulating the DOM with
JQuery.None of them work on IE Mobile (on a WM6 image) and some of
them work on the S60WebKit emulator. They of course all work on IE7,
Firefox2.0 and Safari3. On IE Mobile the browser is detected at msie
version 6, which isn't quite right. IEMobile on WM6 seems to be
somewhere in between IE6 and IE7 in terms on DOM support.
Has anyone tried JQuery on mobile browsers before? Any suggestions on
what I can do to get JQuery to work esp on IE Mobile on WM6?
-ashish