Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Javascript FAQ: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(→‎See also: AJAX section added)
Línia 23: Línia 23:
* [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
* [http://jquery.com/ jQuery] - another popular JavaScript library
== 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 [http://en.wikipedia.org/wiki/Ajax_(programming) AJAX (Wikipedia)].


== See also ==
== See also ==

Revisió del 21:23, 26 gen 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).

See also