Question

i found http://visualjquery.com/ more useful when i was learning jQuery with each function explained in demo along with code sample in a practical manner.

im looking for the same in mootools. is anyone find any website which provide demos and sample coding like above the same in visualjquery.com

Was it helpful?

Solution

As Nick and Tim mentioned, the best resource is the documentation, but to make stuff more interactive, you can play around with the code within jsFiddle's context - example: http://jsfiddle.net/oskar/c6n7q/

OTHER TIPS

The offical mootools page (http://mootools.net/docs/core) should be fine. Every function is listed with an exampled just like on visualjquery.com.

The MooTools API has samples within it like jQuery does.

You can get started with it here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top