Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
上次我问了一种禁用javascript的方法,我终于找到了解决方案。但是,我现在还想禁用跨域内容所需的图像。我尝试使用此命令进行改进: $(some_content_from_ajax).find('img').remove(); 但是它仍然不起作用。我该如何解决这个问题?(ps Ajax 响应状态为 200)
$(some_content_from_ajax).find('img').remove();
http://jsfiddle.net/Xwhcm/1/