Questions tagged «jquery-load»


10
用jQuery异步加载图像
我想使用jQuery在页面上异步加载外部图像,并且尝试了以下方法: $.ajax({ url: "http://somedomain.com/image.jpg", timeout:5000, success: function() { }, error: function(r,x) { } }); 但是它总是返回错误,是否有可能像这样加载图像? 我尝试使用.loadmethod,但是它可以工作,但是我不知道如果图像不可用,如何设置超时时间(404)。我怎样才能做到这一点?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.