该脚本不起作用..错误在哪里?使用 .onload 就可以了
$(document).ready(function() {
var img = new Image();
img.onClick = function() {
$("div").animate({width:this.width, height:this.height});
}
img.src = 'http://www.google.com/intl/en_ALL/images/logo.gif';
});
感谢您的帮助。