Knockoutjs Div changes update tag to

2

I have this Div with knockoutjs when it 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, as knockoutjs is executed.

    
asked by anonymous 29.06.2017 / 14:13

0 answers