Regarding mootools and jQuery demo
i found http://visualjquery.com/ more useful when i was learning jQuery with each function expla开发者_如何转开发ined 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
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/
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.
精彩评论