Fixed a grammatical error in Element.Event (build-in to built-in
[mootools.git] / Docs / Intro.md
blob2fd351ca0f64811046a49a19674747cc2fc01b59
1 MooTools API Documentation
2 ==========================
6 Popular Pages
7 -------------
9 - [Element][] - Interact with the DOM
10 - [Element.Event][] - Add events to DOM Elements
11 - [Class][] - Use MooTools with Class
12 - [Fx.Tween][] - Create effects for single properties
13 - [Request][] - An XMLHttpRequest Wrapper
17 Interesting Blogposts
18 ---------------------
20 - [Setting Up Elements](http://mootools.net/blog/2010/06/10/setting-up-elements/)
21 - [A Magical Journey into the Base Fx Class](http://mootools.net/blog/2010/05/18/a-magical-journey-into-the-base-fx-class/)
22 - [Get friendly with the Natives](http://mootools.net/blog/2010/03/23/get-friendly-with-the-natives/)
23 - [A Better Way to use Elements](http://mootools.net/blog/2010/03/19/a-better-way-to-use-elements/)
26 Previous Versions Documentation
27 -------------------------------
29 - [MooTools 1.1 Docs](http://docs111.mootools.net/)
31 [Element]: /core/Element/Element
32 [Element.Event]: /core/Element/Element.Event
33 [Class]: /core/Class/Class
34 [Fx.Tween]: /core/Fx/Fx.Tween
35 [Request]: /core/Request/Request