このindex.html及び、style.cssは書き変えないこと。
jQueryのコードはscript.jsに記入すること。
指定された要素のみに操作できるようなコードを書くこと
$(".eachTest").each(function(i){ $(this).find('span').text(i); });
$("img").bind("load",function(){ $(this).width(); });