20

I've started learning the jquery mobile framework so I can bring my existing website to the mobile space. I see they have many Apps and Frameworks listed for development but they all seem to be cloud based or require a monthly subscription.

Are there any free tools to aid in the development of a mobile website using jquery mobile? If so what do you recommend?

Paul
  • 11,671
  • 32
  • 91
  • 143
  • You should check jetbrains official student bundle offer. You can get online free student licence in 20 seconds for all these ides. [https://www.jetbrains.com/student](https://www.jetbrains.com/student/) – Mehmet Feb 28 '15 at 17:53

5 Answers5

14

Aptana with jQuery bundle installed.
How to enable jQuery support in Aptana Studio 3

Community
  • 1
  • 1
Ahmed Atia
  • 17,848
  • 25
  • 91
  • 133
7

Believe it or not, Dreamweaver 5.5 is a good editor for jQuery Mobile. Adobe shipped it with built in support (code hinting, syntax highlighting, etc.) for both jQuery itself and jQuery Mobile. This includes data attributes, and more.

commadelimited
  • 5,656
  • 6
  • 41
  • 77
4

Install Eclipse for javascript developers here is the link http://www.eclipse.org/downloads/ and then install the Aptana plugin here is the link http://aptana.com/products/studio3/download

Or you can directly try Aptana Studio standalone version for jquery mobile development.

Paid tools for jQuery Mobile development and the best one upto now is Adobe Dreamweaver it has many drag and drop feature for jQUery Mobile development. Dreamweaver has pre loaded jQuery Mobile Templates.

Most simple and best editor which i use is Notepad++.

Ankit Garg
  • 384
  • 3
  • 4
2

its free tools to aid in the development of a mobile website using jquery mobile better you use

https://01.org/rapid-interface-builder/downloads

Neotrixs
  • 2,495
  • 4
  • 28
  • 58
0

Just a "heads up". Dreamweaver cs6 does NOT include the built in support to create JQMobile apps yourself. Adobe has now tied Dreamweaver mobile development to their cloud based service. I'm sticking with DW 5.5. It has some problems related to creating mobile apps.Still, with some tinkering it does the job without yet another paid service.

DW is a great ide for mobile development. I have several apps in the Apple store that were created with 5.5.

-Rachel

user1204493
  • 184
  • 1
  • 4
  • 19