开发者

how to implement MVC in jquery [closed]

开发者 https://www.devze.com 2023-01-23 14:21 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. 开发者_StackOverflow

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 6 years ago.

Improve this question

Any references how to implement mvc in jquery.

thanks


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.


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消