Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I Use JQuery Mobile With EmberJS?

Tags:

I want use JQuery mobile for the front-end of my mobile application, but I need a JavaScript MVC framework to do the back-end integration stuff and I'm looking at using EmberJS. Is there a guide for this kind of integration? Any pitfalls I should avoid? As a reference, I'm originally coming from a Sencha Touch 2.0 background.

like image 318
Levi Hackwith Avatar asked Mar 25 '12 01:03

Levi Hackwith


People also ask

Does jQuery mobile need jQuery?

jQuery Mobile, however, is a full framework. It's intended to be your starting point for a mobile site. It requires jQuery and makes use of features of both jQuery and jQueryUI to provide both UI components and API features for building mobile-friendly sites.

How can I use jQuery mobile?

JQuery Mobile is a user interface framework, built on jQuery Core and used for developing responsive websites or applications that are accessible on mobile, tablet, and desktop devices. It uses features of both jQuery and jQueryUI to provide API features for mobile web applications.


1 Answers

Hiya Hope following link helps you to right path for your questions: (Is there a guide for this kind of integration? )

Yep, you can Basic proof of concept Ember.js with Jquery Mobile => https://github.com/LuisSala/emberjs-jqm

little start up tutorial: http://www.andymatthews.net/read/2012/03/07/Getting-Started-With-EmberJS

Article: http://www.infoq.com/articles/emberjs

Ember Wiki has links to developer modules: https://github.com/emberjs/ember.js/wiki

To start with and identify pitfalls:

(For proof of concept for your specific case you can also refer to the POC link I have shared above and glaze through the existing issues in stack overflow, Else I will go for head first and find out and fix the issues as go)

https://stackoverflow.com/tags/emberjs/new

https://stackoverflow.com/questions/tagged/emberjs

How to make emberjs app with a mobile look (like the one in jquery mobile)?

Hope this helps,

Cheers!

like image 122
Tats_innit Avatar answered Sep 20 '22 05:09

Tats_innit