Project Description:
I am looking at working with knockout.js, it can be found here
www.knockoutjs.com
I have started a simple project here
http://jsfiddle.net/RtphC/10/
So what i need is to be able to add or remove items from my Results array and have it update (which it is doing), but then i want to be able to update the data in the array and have the data update as well which it is NOT doing, you can view the comments that say -HELP-.
I want to be able to update the information programatically, in other words i want to be able to update it through code, not by clicking a button and having it change.
All this would still be run through the templating engine which it is currently there.
So right now when you run it it does
-ok- -joseph-
-ok- -george-
-ok- -alexander-
but should be
-ok- -joe-
-ok- -george-
-ok- -alex-
I am looking to get this addressed ASAP
Please indicate whether you have experience with knockout.js.