Purpose The hasFocus binding links a DOM element’s focus state with a viewmodel property. It is a two-way binding, so:
Purpose The html binding causes the associated DOM element to display the HTML specified by your parameter.
Purpose The foreach binding duplicates a section of markup for each entry in an array, and binds each copy of that markup to
Purpose The submit binding adds an event handler so that your chosen JavaScript function will be invoked when the associated
Purpose The event binding allows you to add an event handler for a specified event so that your chosen JavaScript function will
Purpose The click binding adds an event handler so that your chosen JavaScript function will be invoked when the associated DOM
Purpose The attr binding provides a generic way to set the value of any attribute for the associated DOM element. This is useful
Purpose The uniqueName binding ensures that the associated DOM element has a nonempty name attribute. If the DOM
Purpose The textInput binding links a text box (<input>) or text area (<textarea>) with
Purpose The options binding controls what options should appear in a drop-down list (i.e., a <select> element)
Page 2 of 3