关于mootools和jQuery演示
当我学习 jQuery 时,我发现 http://visualjquery.com/ 更有用,演示中解释了每个函数以实用的方式编写代码示例。
我在 mootools 中寻找相同的东西。有没有人在 Visualjquery.com 中找到任何提供与上面相同的演示和示例编码的网站
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
正如 Nick 和 Tim 提到的,最好的资源是文档,但为了使内容更具交互性,您可以在 jsFiddle 的上下文中使用代码 - 例如:
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/
官方mootools页面(http://mootools.net/docs/core)应该没问题。每个函数都列出了一个示例,就像 VisualJquery.com 上一样。
The offical mootools page (http://mootools.net/docs/core) should be fine. Every function is listed with an exampled just like on visualjquery.com.
MooTools API 中包含示例,就像 jQuery 一样。
您可以在此处开始使用。
The MooTools API has samples within it like jQuery does.
You can get started with it here.