このスクリプトは機能しません。エラーはどこにありますか?.onloadでOK
$(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';
});
助けてくれてありがとう。