jQuery 实现图片预加载

2015-08-13 0 1,000
jQuery 实现图片预加载
// Insert preloaded image after it finishes loading
$('<img />')
    .attr('src', 'imageURL.jpg')
    .load(function(){
        $('.profile').append( $(this) );
        // Your other custom code
    });

遇见资源网 js/jquery jQuery 实现图片预加载 http://www.ox520.com/11272.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务