所以有时在使用 Moovweb SDK 时,客户端会在内容点中进行 AJAX,但它会在不正确的区域中?
我不能使用氚来移动这个内容,因为我想把它移动到的区域是在页面加载后插入的!
例子:
<div class="where-i-want-to-move-it"></div>
<div class="content-area-i-want-it-moved-from">
<p class="content-i-want-moved">Hi! This was ajaxed in at a later date!</p>
</div>
当我无法控制他们的 JS 触发特定事件或触发不同的回调时,如何检测到此 p 标签是通过 AJAX 添加的?