Knockoutjs Div changes update tag <a>

Asked

Viewed 19 times

2

I have this Div with knockoutjs when she changes I have to change my tag to Hide or Visible

<div style="text-align:center; margin-top:5px; width:150px; float:left;">${Name()}</div>

<a data-bind="visible:CheckedPlus" onclick="attach(event, this, '${TypeID()}')" title="Associar" style="width:16px;  margin-top:5px; height:16px; float:right;">
                        @Html.Image("fugue", "plus-circle-blue.png")
                    </a>
                <a data-bind="visible:CheckedEdit" onclick="attach(event, this, '${TypeID()}')" title="Deletar" style="width:16px;  margin-top:5px; height:16px; float:right;">
                    @Html.Image("fugue", "cross-circle.png")
                </a>

But when the information comes from the bank the tag changes because knockoutjs runs.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.