Level: Intermediate
John Papa
Principal Developer Advocate
Microsoft
There are several ways to push and pull data in and out of HTML elements, each with their own advantages. In this session we’ll examine some common techniques to present data in the UI including loading JSON data in and out of HTML elements using jQuery, presentation through templates. We’ll also demonstrate how to apply data binding using the MVVM pattern in our JavaScript
You will learn:
- About data binding patterns
- How to apply MVVM to JavaScript and HTML5
- Jumpstart development using KnockoutJS and templates