jQuery Data Binding - What's the plugin that's popular these days?

前端 未结 2 1125
隐瞒了意图╮
隐瞒了意图╮ 2021-02-11 02:00

I need some type of JS MVC, DataBinding solution. Similar to implementing a GMAIL Web App. Messages INDEX and Messages Show. where on the messages show, if you modify a message

2条回答
  •  时光说笑
    2021-02-11 02:17

    Check out Backbone.js, which is built with underscore.js, both very well done and popular these days.

    Neither builds on jQuery. However, both of them strive to be very expressive with minimal code, and as a result, they are both compact and lightweight.

提交回复
热议问题