我们可以使用 Scriptaculous.js 和prototype.js 创建控件吗?或者这个库是为了给控件带来效果
我是这项技术的新手。 我想知道“我们可以使用 scriptaculous.js 和prototype.js 创建控件吗?或者这个库是为了提供效果、拖放、自动完成器?”。 因为我在 dojo.js 中看到,正如我们在 dojo 中创建的那样,它们有自己的控件。(按钮、复选框等...)
我想知道哪个是用于效果、动画等的最佳库。 (scriptaculous.js、prototype.js、dojo.js、jQuery、YUI)。
请对此发表评论。
问候, 莫乌努桑吉
I am New for the technology.
I want to know that "Can we create the controls using scriptaculous.js and prototype.js or this library is for giving the effects,Drag n Drop,Auto Completer?." Because i have seen in dojo.js they have their own controls as we create in dojo.(Button,CheckBox etc...)
I want to know about which is the best library to used for Effects,Animation etc.
(scriptaculous.js,prototype.js vs dojo.js vs jQuery vs YUI).
Please comment on it.
Regards,
Mauunusanghi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用原型创建控件。 您通常会使用 Element.insert。 您还可以在新创建的元素上使用所有 scriptaculous/prototype 函数。
“哪个是最好的”问题在 SO 的其他地方得到了回答。
Yes, you can create controls using prototype. You'd typically be using Element.insert. You can also use all scriptaculous/prototype functions on the newly created element.
The "which is best" question is answered elsewhere on SO.