문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top