标签: javascript jquery html5 jquery-ui dom
我有一个html对象元素如下
<object width="400" height="400" data="http://dom.example.com/t"></object>
我需要检查对象标签数据是否完全使用jQuery加载
tried $(document).ready(function()..无法正常工作
tried $(document).ready(function()..
注意:http://dom.example.com/t,数据正在加载一些 延迟~~ 10ms,没有域名问题持续存在