Reputation: 9903
Windows 8 SDK comes with very cool data binding JavaScript samples.
From what I understand, you can define data binding and data template quite easily.
However, I am not sure I am allowed to use binding.js in my project (supported for Windows apps only, doesn't work on firefox or chrome)
Is there an equivalent for the web (e.g. jQuery extension)?
Upvotes: 2
Views: 112
Reputation: 12730
I think your closest equivalent might be data templating.
You can perhaps give this a try and see if it suits your needs:
Upvotes: 2