Home > Article > Web Front-end > What are the development tools for jquery?
The development tools for jquery include: 1. TestSwarm; 2. Minimee; 3. Doctor JS; 4. remy sharp; 5. JavaScript Library Boilerplate; 6. JsDoc Toolkit; 7. Jasmine, etc.
The operating environment of this tutorial: windows7 system, jquery1.10.2 version, Dell G3 computer.
TestSwarm: Continious & Distributed JS Testing
TestSwarm is an open source launched by Mozilla Labs project, which aims to provide developers with a way to quickly and easily test their JavaScript code on multiple browser versions.
Minimee
On the Internet, speed is very important. Minimee can help you automatically compress and package CSS and JavaScript files.
Doctor JS
Doctor JS is a tool that helps you analyze JavaScript code and test how well your code is written in terms of polymorphism, prototypes, exceptions and callbacks Sample.
remy sharp
An online JavaScript console tool useful for testing, debugging and demonstrations.
JavaScript Library Boilerplate
JavaScript Library Boilerplate helps you create your own JavaScript library anytime, anywhere.
jsdoc-toolkit
JsDoc Toolkit is an auxiliary tool. You only need to add corresponding comments in the JavaScript code according to the convention, and it can use these comments to Automatically generate API documentation.
Jasmine: BDD for your JavaScript
Jasmine is a well-known javascript unit testing framework. It is an independent "behavior-driven development" framework.
ObfuscateJS: JavaScript compressor
A JavaScript obfuscation tool that removes whitespace and comments, renames variables, etc.
PEG.js
PEG.js is a JavaScript expression syntax parser that enables you to easily build complex data or computer programming languages quickly Analyzer.
JSONView
JSONView is a Firefox plug-in that helps you view JSON documents in the browser.
JSonduit
JSonduit is a tool that converts web content into JSON format subscribers.
jsplumb
jsPlumb provides developers with a way to visually link elements to pages, and can be used in conjunction with jQuery, MooTools and YUI3.
Helma
Helma is an open source framework for developing fast and stable web applications. It uses JavaScript as a server-side scripting environment, thus eliminating the need for compilation. cycle.
HTML JSON Report
An online tool that converts JSON data into more readable HTML format content.
JSON Editor
This editor can help you edit JSON strings conveniently.
For more programming-related knowledge, please visit: Introduction to Programming! !
The above is the detailed content of What are the development tools for jquery?. For more information, please follow other related articles on the PHP Chinese website!