jQueryでクリックした要素を知る方法 jQueryでクリックした要素を知るには次のような方法がある。 $("a").click(function() { id = $(this).attr("id"); // id …続きを読む→