我有脚本,它附加在文档中:
window.d = document
s = d.createElement('script')
s.setAttribute('type','text/javascript')
s.setAttribute('src',options.url)
d.getElementById(block_id).appendChild(s)
$(s).load(function() {
alert('')
})
在Opera中,FF和Chrome load
运行正常,但在IE中则不行。