tags:

views:

998

answers:

4

has any used jquery for mobile application development?

+2  A: 

jQTouch is a neat jQuery plugin for iPhone/iPod Touch website development with jQuery.

cpharmston
A: 

You can try to open page that uses jQuery in a mobile browser, but few mobile browsers have a good support to JavaScript.

You can use j2me to make mobile applications but this has nothing to do with jQuery. To get started with j2me you can see this question.

Daniel Moura
A: 

If you want a scripting language for J2ME, you might check out Hecl (at http://www.hecl.org ).

David N. Welton
A: 

You should also take a look at IUI

Pierre W