It looks like Adobe Air has some sort of support for jQuery, so I'm wondering if the workflow for porting to Adobe Air might be more automated than having to rewrite everything.. I'm fairly new to Air, so if so - what are the points of automation, and what are things that should not be automated (in conversion)?
- Are all jQuery functions supported - what about
delegate()
, for example - For making server calls, would keeping my existing
getJSON()
andajax()
work, or would I have to use Air-specific functions? - Are there any CSS or other complications for jQuery UI to AIR?