Javascript – Mobile Device Javascript/CSS Support. What’s out there

asp.netjavascriptmobile phones

I'm about to begin an ASP.NET application that will be targeted towards iPhones, Blackberries, and Windows Mobile browsers. Aside from the iPhone, I haven't been able to find much information on what technologies these platforms support.

Since I'm used to developing for desktop browsers, I like using things like jQuery and advanced CSS features. It looks like I won't be able to use these things on a mobile platform.

What I was wondering is if anyone knew good developer's resources where I could find what works for mobile browsers (like a quirksmode.org for mobile devices).

As far as I know, jQuery won't work on mobile browsers (besides the iPhone). Does anyone know of any attempts to port jQuery in some form to mobile browsers? I say jQuery because that's what my existing website uses and I'd like to keep consistency, but if there are offerings from other frameworks, I'd be interested in checking them out too.

UPDATE
I wanted to update this to let anyone know who might stumble upon this question. The person who runs the site quirksmode.org has recently begun creating Mobile Device compatibility tables. You can check them out here:

http://quirksmode.org/m/

Best Answer

Both Microsoft and RIM have made emulators of their mobile operating systems available. I highly recommend downloading them. They can piggyback off the host operating system and use your ethernet connection to retrieve URLs and display them as their real-world counterparts.