So close to getting this to work as expected. I am getting data from a JSON request and then using the mapping plugin to map it. I want to add new values to a nested array on a click binding.
I have a JSON string that I am mapping with ko.mapping plugin and I need to create observable bindings for one of the mapped arrays. The array is in the JSON as [1,2,3,4,5] so it has no index.
I use a json object to handle my menus and breadcrumbs. Now below you can see that the first two \"Navigation\" nodes are observable, but the last one isn\'t.It is just a regular array for some reason
We are using knockout and the knockout mappin开发者_如何学编程g plugin to facilitate databinding in our jQTouch web application. The reason we use the mapping plugin, is to be able to use knockout wit
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.