Top "Knockout.js" questions

Knockout.

json parsing error syntax error unexpected end of input

I got the following piece of code function pushJsonData(productName) { $.ajax({ url: "/knockout/SaveProduct", type: "POST", contentType: "application/json", dataType: "…

jquery ajax json asp.net-mvc-4 knockout.js
twitter bootstrap autocomplete dropdown / combobox with Knockoutjs

I have a requirement where I HAVE TO use bootstrap autocomplete dropdown, BUT user can have free form text in …

autocomplete combobox twitter-bootstrap knockout.js html.dropdownlistfor
change event on select with knockout binding, how can i know if its a real change

I am building a permissions UI, I have a list of permissions with a select list next to each permission. …

knockout.js
Catch error if iframe src fails to load . Error :-"Refused to display 'http://www.google.co.in/' in a frame.."

I am using Knockout.js to bind iframe src tag(This will be configurable with respect to User). Now, if …

jquery iframe knockout.js same-origin-policy
How to force a view refresh without having it trigger automatically from an observable?

Note: this is mostly for debugging and understanding KnockoutJS. Is there a way to explicitly request Knockout to refresh the …

knockout.js
Can you call ko.applyBindings to bind a partial view?

I'm using KnockoutJS and have a main view and view model. I want a dialog (the jQuery UI one) to …

ajax html knockout.js
How to clear/remove observable bindings in Knockout.js?

I'm building functionality onto a webpage which the user can perform multiple times. Through the user's action, an object/model …

javascript knockout.js
Javascript Equivalent to C# LINQ Select

Following this question here : Using the checked binding in knockout with a list of checkboxes checks all the checkboxes I've …

javascript jquery knockout.js
KnockoutJs v2.3.0 : Error You cannot apply bindings multiple times to the same element

I've just upgraded to 2.3.0 and now I'm getting the error You cannot apply bindings multiple times to the same element. …

knockout.js
Passing parameter using onclick or a click binding with KnockoutJS

I have this function: function make(place) { place.innerHTML = "somthing" } I used to do this with plain JavaScript and html: &…

javascript html knockout.js onclick