标签:技术 index com img images 方法 indexof pre 处理
更新jquery版本之后,使用图片load方法报错
调用load函数引起:
$(‘img‘).load(function(){ })
原来在Jquery1.8之后的版本,load方法已经被遗弃:
处理load问题的解决方案
jQuery Blog上说,通过使用on进行绑定,即如下:
$("").on(‘load‘,function(){ })
图片img load报错a.indexOf is not a function
标签:技术 index com img images 方法 indexof pre 处理
原文地址:http://www.cnblogs.com/jinjinyike/p/7493770.html