JSEditor - Online JavaScript Code Editor
Getting started
JSEditor helps you prototype and share JavaScript code, HTML and CSS.
On the left side of the project, uou have three tabs where you can type the HTML markup, JavaScript code and edit
stylesheets. To run the code, simply click the run button and you'll see the results in the right
panel. The console at the bottom of the screen displays javascript errors and console messages.
Including external libraries
Use the project\libraries menu option to include external JavaScript libraries. By default, we added an option to load jQuery.
We recommend that you provide a link that starts with https.
Saving your work
JSEditor allows you to save your work instantly by clicking the Save button from the file menu.
You don't need to register or login. All the work is automatically shared publicly and will be visible to other people on the Internet who navigate
to your project's url.
You can continue editing the original work and save newer versions by clicking the 'Update' button from the File menu.
This will create a new copy and a new public URL. It works like a code fork.
Private projects
JSEditor allows you to create private projects. To use this mode, you must register and login.
Once you are logged-in you can save your work and it will be visible only to you and people you choose to share with.
Sharing Private projects
You can share private JavaScript projects with everyone or with specific people. When you decide to share with
specific people, you must provide their email. They must either be registered users or register later before they can see the code.
JSEditor allows you to select sharing permissions like read only, write, share, and delete access.
People who have access to shared projects can browse and search them in the File/Open menu.