如何在jquery中实现MVC

发布于 2024-10-01 14:27:58 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

月下凄凉 2024-10-08 14:27:58

已经有一些 MVC 框架被设计为可以与 jQuery 很好地配合,也许它们值得您看看。一些建议:

http://www.javascriptmvc.com/

http://documentcloud.github.com/backbone/

[编辑] 抱歉听起来有点重复第一个答案 - 我想所以没有弹出它通常的“有人在你不注意的时候回答了这个!”警告。

There are already a few MVC frameworks out there that are designed to work well with jQuery, maybe they're worth a look to you. Some suggestions:

http://www.javascriptmvc.com/

http://documentcloud.github.com/backbone/

[edit] sorry to sound a tiny bit repetitive of the first answer - I guess SO didn't pop its usual "someone answered this while you weren't looking!" warning.

短叹 2024-10-08 14:27:58

你可以尝试骨干: https://backbonejs.org/

Backbone.js 通过提供具有键值绑定和自定义事件的模型、具有丰富的可枚举函数 API 的集合、具有声明性事件处理的视图,为 Web 应用程序提供结构,并通过 RESTful JSON 将其全部连接到您现有的 API界面。

you could try backbone: https://backbonejs.org/

Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface.

终弃我 2024-10-08 14:27:58

ASP.NET MVC 3 支持多语言。您可以轻松地将 jQuery 与 ASP.NET MVC 结合使用。

提供更动态的外观和感觉,特别是弹出框、用户输入、路由到控制器

请参阅此链接

用于 jQuery 使用和实现

jQuery jQuery 站点

ASP.NET MVC 3 supports Multilingual. You can easily use jQuery with ASP.NET MVC.

Gives more dynamic look and feel to it, specially for pop up boxes, user input, routing to controller

Refer to this link

For jQuery use and implement

jQuery jQuery site

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