Should I use jQuery or jQuery mobile or iPad web pages?

I am making an "app" webpage for iPad or ios devices. Should I use jquery mobile or just plain jquery? After all, these are just web pages, aren't they? Is jquery right for me? Do I need mobile jquery?

Thank.

+3
source share
6 answers

I would look at two frames. Both are open source unless you have included them in your own infrastructure and offered it as a service or API.

This framework is Sencha Touch and jQuery Mobile .

Sencha Touch . , ( - JQMobile) . Javascript, HTML/CSS. , .

Downsides - SASS/Compass.

JQuery Mobile . HTML5, HTML-, , . .

- () - ( ?)

+5

, jQuery Mobile library. . jQuery .

Sencha Touch. .

+2

jQuery jQuery mobile . . JQM - , , . . jQuery DOM, DOM , AJAX, -. , - , / -, jQuery AND JQM . JQM jQuery UI, .

+2

. jQuery mobile , iPad .

+1

jQuery Mobile 'jQuery', jQuery. jQuery Mobile ( html) . , jQuery Mobile -. - "" jQuery . , jQuery .

It is still in alpha and has some pretty minor bugs and annoyances, but I would still recommend it. It is good enough for use in a production environment if you manage to work out these small troubles.

Good luck

+1
source

jQuery mobile helps you by adding events such as swipe and touch hold, etc. Therefore, if you want touch capabilities to be integrated into your web page, mobile makes it easy. However, I think this is still a beta.

EvoD

0
source

All Articles