KnockoutJS更新ko.observableArray([]) [英] KnockoutJS Update ko.observableArray([])

查看:288
本文介绍了KnockoutJS更新ko.observableArray([])的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何更新self.contacts = ko.observableArray([])以包括更新后的UI

How can i update the self.contacts = ko.observableArray([]) to include the updated the UI

self.updateContactFromForm = function (formElement) {
    var contractId = $("#editContact input[name$='ContactId']").val();
    var contact = $(formElement).serialize();

    if ($(formElement).valid()) {
        $.ajax({ //ajax call here})
            .done(function (contact) {

                alert("Contact Updated");

            });
    }
}

推荐答案

("
("#editContact input[name


='ContactId']").val(); var contact =
='ContactId']").val(); var contact =


(formElement).serialize(); 如果(
(formElement).serialize(); if (


这篇关于KnockoutJS更新ko.observableArray([])的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆