您的位置:首页 > Web前端 > JavaScript

常用Javascript框架总结

2016-05-02 01:36 519 查看
1. 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.
http://backbonejs.org/ https://github.com/jashkenas/backbone/
---

2. Underscore is
a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.
http://underscorejs.org/#
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: