jQuery template and Backbone.js
Posted
by
testndtv
on Stack Overflow
See other posts from Stack Overflow
or by testndtv
Published on 2012-03-18T15:40:04Z
Indexed on
2012/03/18
17:57 UTC
Read the original article
Hit count: 160
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.
© Stack Overflow or respective owner