简体   繁体   中英

jQuery template and Backbone.js

I am trying to create an app which uses a combination of jQuery templates and Backbone.js

I have very little experience in both of them (though I know jQuery)

Could you please provide some good examples where jQuery templates and Backbone.js are used effectively. Also I am loooking at using JSON for the model/data and trying to persist the data (I use Java at the backend)..So looking for ideas on how that can be integrated?

Thank you.

The jQuery template plugin has been removed and is not further developed (see https://github.com/jquery/jquery-tmpl ). Better use something else or even the built-in to underscore _.template. There are plenty of examples around for instance How to use underscore.js as a template engine?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM