Jquery Widget 与 Jquery Plugin,差异,何时使用哪个?

发布于 2024-12-10 18:31:35 字数 229 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

风筝有风,海豚有海 2024-12-17 18:31:35

我从未听说过 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.

幻想少年梦 2024-12-17 18:31:35

jQuery Widget 和插件之间的区别在于状态。

请在此处查看详细信息

Difference between jQuery Widget and plugin is state.

please see details on it here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文