Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am going to develop one HTML5 Mobile application, my plan is: i am going to develop the pages in web-browser like firefox and then i am planning to convert it for mobile using PhoneGap Application. I plan to use jQuery Mobile also, please suggest me the template to start with. Thanks in advance for any help.

share|improve this question
Welcome to Stack Overflow! We encourage you to stackoverflow.com/questions/how-to-ask. If you've tried something already, please add it to the question - if not, research and attempt your question first, and then come back. Also manage the accept rate and upvote those answer that helps you. – Jigar Pandya Oct 3 '12 at 9:27

1 Answer

You can check following...On JqueryMobile site's demo section you can find all the templates for your needs...

  1. http://jquerymobile.com/demos/1.2.0/
  2. http://www.mrova.com/free-mobile-template-mobi/

Also please visit nice What jQuery Mobile Means for Developers article and understand what it offers against your requirements before kick starts.

share|improve this answer
I checked the templates.One doubt: Why do they use both jquery.mobile.js and core jquery.js, is both offering same functionality?.What is the use of jquery.css, is it mandatory to use the jquery.css for any mobile applications – Mohamed Hussain Oct 3 '12 at 8:40
well you can think jQuery.JS as core framework for jquery.mobile.js to build UI that renders on mobile devices... Jquery.css is used so that you can use themeRoller along with Jquery Mobile componants. – Jigar Pandya Oct 3 '12 at 9:35
check updated answer – Jigar Pandya Oct 3 '12 at 9:37
Thanks for your Updated answer.Nice article you mentioned, while i went through that article, i read this jquerymobile.com/gbs, there it is mentioned that for desktop browsers also jQuery.Mobile.js is supported, then what is the use of normal jquery.js when i include jquery.mobile.js? – Mohamed Hussain Oct 3 '12 at 10:18

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.