Binding HTML Form Fields To Javascript Objects
Posted by Anay on May 22, 2008
0 comments
Consider that I have a object called ‘person’ with a property called ‘Name’ which returns me the name of a particular person. I want to assign this object property to a form element such that: The form element will display the value of object property (In our case, the value of person.Name) If I change [...]