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

Javascript FAQ: Difference between revisions

From MoodleDocs
Line 22: Line 22:
* A nice comparison chart: [http://wiki.freaks-unidos.net/javascript-libraries Evaluation of JavaScript Libraries]
* A nice comparison chart: [http://wiki.freaks-unidos.net/javascript-libraries Evaluation of JavaScript Libraries]
* [http://developer.yahoo.com/yui/ Yahoo! User Interface Library (YUI)] - this one is used by Moodle (see [[Development:YUI]])
* [http://developer.yahoo.com/yui/ Yahoo! User Interface Library (YUI)] - this one is used by Moodle (see [[Development:YUI]])
* [http://jquery.com/ jQuery] - another popular JavaScript library - jQuery in action: [http://visualjquery.com Visual jQuery]
* [http://jquery.com/ jQuery] - another popular JavaScript library  
** [http://visualjquery.com Visual jQuery]
** [http://jqueryfordesigners.com jQuery for Designers]


== What does AJAX mean? ==
== What does AJAX mean? ==

Revision as of 11:32, 27 January 2009

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) for general information and AJAX for information on AJAX and Moodle.

See also