Browsing All posts tagged under »JavaScript Object«

2-way data binding with Underscore and jQuery

December 3, 2013

0

2-way data binding In Underscore, Data binding by default is one way. You take a template (a snippet of HTML code), “inject” a JavaScript object into that template and get your pre-processed HTML as a result. This is perfect when your site is read-only. The moment you want to start a dialog with the user, […]