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 questionAny 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
精彩评论