Results

0 Entities | 1 Marked | 0 Connections

| 2 credits left

JSON MARKUP

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": "Organization","name": "User Group"}],"author":{"@type":"Organization","url":"/","name":"/"},"publisher":{"@type":"Organization", "name":"/", "url":"/", "logo": {"@type": "ImageObject", "url": "http://www.example.com", "width": 4, "height": 97}},"datePublished":"2024-04-19T01:36:48","dateModified":"2024-04-19T01:36:48"}</script>

100% ACCURACY
GUARANTED !

Just ask us to configure SemanticMarker to exactly fit your content...

... and it will deliver 100% accurate detailed Schema Markup.

MICRODATA

WordEntityTypeCategoryWikidataFreq.Validate
User Group - Organization - - 100 %
<span itemscope itemtype="http://schema.org/Organization">
        <span itemprop="name">User Group</span>
</span>

TEXT

MooTools

MooTools

Your resources for every-day JavaScripting

MooTools is a collection of JavaScript 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.

MooTools code is extensively documented and easy to read, enabling you to extend the functionality to match your requirements.

Open Source License

MooTools libraries are released under the Open Source MIT license which gives you the possibility to use them and modify them in every circumstance.

MooTools Selectors

Selectors for DOM Elements

Ajax !

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' );

How to create new DOM elements

A simple MooTools Element example.

//the short way new Element('div#bar.foo' ); //using the element constructor new Element('div' , 'class' : 'foo' , id: 'bar' );

Event handlers

Attach events to be updated on what's happening !

//attach a click 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 !

MooTools Class

A simple MooTools Class example.

new Class( initialize: function (age) .

Blog Entries

1.6.0 is out!

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...

Pajn: closed issue mootools-core#2798

About

Support

Connect with us

GitHub Twitter Facebook Google+

Documentation

2006-2024
Valerio Proietti & MooTools Developers


> api_Check - TIME: 0.01
> api_Load - TIME: 0
> api_Format - TIME: 0.73
> api_Cat - TIME: 0.17
> api_Get - TIME: 0.19
> api_beforeFind - TIME: 0.06
> api_afterFind - TIME: 0.03
> api_afterPlaces - TIME: 0.02
> api_afterProducts - TIME: 0.06
> api_afterMovies - TIME: 0
> api_Match - TIME: 0.17
> api_Comp - TIME: 0.03
> api_Disp - TIME: 0.01