Jquery Widget 与 Jquery Plugin,差异,何时使用哪个?
Jquery Widget 和 Jquery 插件之间的主要区别是什么。
主要是:
- 它们的用途
- 是什么?一个比另一个更好,还是它们在 jquery 世界中都有自己的位置
- 是什么?我想使用一个而不是另一个的示例
- 是什么?如果有的话,其中任何一个都是一个很好的解决方案是
- 什么?是广泛使用的小部件和广泛使用的插件的示例
What are the main differences between a Jquery Widget and a Jquery Plugin.
Mainly:
- What purposes do they serve
- Is one better than another or do they both have their place in the jquery world
- What is an example where I would want to use one over another
- What is an example if any where either would be a fine solution
- What is an example of a widely used widget and a widely used plugin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我从未听说过 jQuery 小部件。我想有些人可能会使用这个术语来描述...小部件...是用 jQuery 制作的。例如,jQuery UI 中当然有小部件。这是一个奇怪的问题。
小部件是一个小部件(始终包含可视元素,有时包含可重用功能),并且可以是插件的子集或插件本身。
插件直接扩展 jQuery,并且可能有也可能没有可视组件。
I've never heard of a jQuery widget. I imagine some people might use the term to describe a... widget... that has been made with jQuery. Certainly there are widgets in jQuery UI, for example. It's an odd question.
A widget is a widget (always includes a visual element, sometimes includes reusable functionality), and can be a subset of a plugin or a plugin in and of itself.
A plugin extends jQuery directly and may or may not have a visual component.
jQuery Widget 和插件之间的区别在于状态。
请在此处查看详细信息
Difference between jQuery Widget and plugin is state.
please see details on it here