Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: Javascript FAQ.

Javascript FAQ

From MoodleDocs
Revision as of 21:23, 26 January 2009 by Frank Ralf (talk | contribs) (→‎See also: AJAX section added)

What is JavaScript?

JavaScript is a scripting language widely used for client-side web development.

Where do I find general information about JavaScript?

How is JavaScript used by Moodle?

Where do I find more information about JavaScript in Moodle?


What JavaScript libraries are around?

What does AJAX mean?

AJAX (Asynchronous JavaScript and XML), is a group of interrelated web development techniques used to create interactive web applications or rich Internet applications.

See AJAX (Wikipedia).

See also