-1

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

Gobi
  • 291
  • 1
  • 5
  • 17

3 Answers3

1

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

Flatlin3
  • 1,658
  • 14
  • 26
1

The MooTools API has samples within it like jQuery does.

You can get started with it here.

Nick Craver
  • 623,446
  • 136
  • 1,297
  • 1,155
1

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/

Oskar Krawczyk
  • 3,492
  • 17
  • 20