Two Laptop Bag
The moose likes HTML, CSS and JavaScript and the fly likes Javascript Documentation? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Javascript Documentation?" Watch "Javascript Documentation?" New topic
Author

Javascript Documentation?

Arpit Gadle
Ranch Hand

Joined: Dec 16, 2008
Posts: 69

Hi.............!

As we have Java Docs for Java which gives us information on the APIs of it. Is there similar documentation for JAVASCRIPT.
And I am a newbee Ajax Programmer and required help on the same, where can i get answers for my Ajax Queried in Code Ranch
Regards,
Arpit
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

http://code.google.com/p/jsdoc-toolkit/

For simple JS it does a good job; for modern JS it provides a hinting mechanism.

Automagically generating documentation for dynamic languages is notoriously difficult--hinting is about the only way to do it. If the original JS isn't written with the hinting there's only so much documentation that can be generated via tools.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Javascript Documentation?
 
Similar Threads
What is DWR?
Populating dropdown menu based on another
How long to become the AJAX master ?
GWT in Action:Qurie about Java Script
how to refresh a div tag in a Form not an entire page.