标签: 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)的宽度和高度。 谢谢!