Possible Duplicate:
Good JavaScript IDE with JQuery support ?
is there any free Jquery IDE or online tool? to write and test jquery easily and visually.
With jquery 1.4 intellisense and WYSIWYG.
Possible Duplicate:
Good JavaScript IDE with JQuery support ?
is there any free Jquery IDE or online tool? to write and test jquery easily and visually.
With jquery 1.4 intellisense and WYSIWYG.
IxEdit is a JavaScript-based interaction design tool for the web. With IxEdit, designers can practice DOM-scripting without coding to change, add, move, or transform elements dynamically on your web pages. Especially, IxEdit must be useful to try various interactions rapidly in the prototyping phase of your web application.
Visual Studio 2010 Express. Seriously.
They made it a point to enable very, very solid IntelliSense support for jQuery.
And in fact, the jQuery site itself distributes a version of jquery.js that's annotated to help Visual Studio auto-complete intelligently: http://code.jquery.com/jquery-1.4.1-vsdoc.js
Aptana works nice too.
Also, jsFiddle is a great free browser-based tool that's perfect for trying out ideas and could potentially work as a primary IDE (for small projects). It includes jQuery and lots of other frameworks without having to add them in with <script>
tags.