MVVM淘汰赛:检查html绑定

时间:2016-06-17 14:02:19

标签: html events mvvm knockout.js data-binding

有没有办法检查何时设置html,例如这里:

<script type="text/x-kendo-template" id="drag-template">
    <div>
        <div class="htmlText" data-bind="html: text"></div>
    </div>
</script>

这是在listView中,我想在文本绑定/设置后检查此div(.htmltext)的宽度和高度。 谢谢!

0 个答案:

没有答案