URL: http://mootools.net
Redirecting...
URL: http://mootools.net
Use Google Structured Data Testing tool to test this markup
Note : Semantic Markup has been restricted to first entities as you are not logged in.
<script type="application/ld+json">{"@context":"https://schema.org","@type": "WebPage","@id":"#main","mainEntityOfPage":{"@type":"WebPage", "@id":"http://mootools.net"}, "headline":"","description":"MooTools is a collection of JavaScript utilities designed for the intermediate to advanced JavaScript developer. It allows you to write powerful and (...)","about":[{"@type": "Thing","name": "JavaScript","sameAs": ["https://en.wikipedia.org/wiki/JavaScript", "https://www.wikidata.org/wiki/Q2005"]},{"@type": "Thing","name": "APIs","sameAs": ["https://en.wikipedia.org/wiki/Application_programming_interface", "https://www.wikidata.org/wiki/Q165194"]},{"@type": "Thing","name": "requirements","sameAs": ["https://en.wikipedia.org/wiki/Requirement", "https://www.wikidata.org/wiki/Q774228"]},{"@type": "Thing","name": "Open source","sameAs": ["https://en.wikipedia.org/wiki/Open_source", "https://www.wikidata.org/wiki/Q39162"]},{"@type": "Organization","name": "MIT","sameAs": ["https://en.wikipedia.org/wiki/Massachusetts_Institute_of_Technology", "https://www.wikidata.org/wiki/Q49108"]}],"author":{"@type":"Organization","url":"/","name":"/"},"publisher":{"@type":"Organization", "name":"/", "url":"/", "logo": {"@type": "ImageObject", "url": "http://www.example.com", "width": 4, "height": 97}},"datePublished":"2025-05-09T09:07:02","dateModified":"2025-05-09T09:07:02"}</script>
Just ask us to configure SemanticMarker to exactly fit your content...
... and it will deliver 100% accurate detailed Schema Markup.
Rejected entities (see configuration)
Marketing and Advertising: Merchandising (=> Merchandising)
Civil Society: Fire (=> Fire)
MooTools
Your resources for every-day JavaScripting
MooTools is a collection of JavaScript<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">JavaScript</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/JavaScript" />
</span> utilities designed for the intermediate to advanced JavaScript developer. It allows you to write powerful and flexible code with its elegant, well documented, and coherent APIs<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">APIs</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Application_programming_interface" />
</span>.
MooTools code is extensively documented and easy to read, enabling you to extend the functionality to match your requirements<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">requirements</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Requirement" />
</span>.
MooTools libraries are released under the Open Source MIT license which gives you the possibility to use them and modify them in every circumstance.
Selectors for DOM Elements<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">Elements</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Chemical_element" />
</span>
MooTools uses a Class called Request.
//create a new Class instance var
To send a form it can be even more simple !
//optionally you can add/change the form properties myForm.set('send' , url: 'contact.php' , method: 'get' );
A simple MooTools Element example.
//the short way new Element('div#bar.foo' ); //using the element constructor new Element('div' , 'class' : 'foo' , id: 'bar' );
Attach events to be updated on what's happening !
//attach a click<span itemscope itemtype="http://schema.org/Thing">
<span itemprop="name">click</span>
<link itemprop="sameAs" href="https://en.wikipedia.org/wiki/Point_and_click" />
</span> event o a element myElement.addEvent('click' , function alert('clicked !' ); ); //attach several events at a time myElement.addEvents( mouseover: function alert('mouseover' ); , click: function alert('click' ); );
You can also remove, fire or clone events !
A simple MooTools Class example.
new Class( initialize: function (age) .
Today marks the release of MooTools Core and More versions
This is a minor revision that delivers a number of bug fixes as well as the introduction of new features.
The main new adition is Class.Thenab...
2006-2025
Valerio Proietti & MooTools Developers