benpickles / js-model

Work with models in your JavaScript
http://benpickles.github.io/js-model/
MIT License
403 stars 42 forks source link

Use $ instead of jQuery #37

Open jlebrech opened 10 years ago

jlebrech commented 10 years ago

If you use $ instead of jQuery in model_rest you can use other libraries than jQuery such as tire.js and zepto.js.

another possibility is to have an adapter incase those libraries are missing a feature it needs.

benpickles commented 10 years ago

Agreed.