Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
試す:
$("a").click(function() { $(this).parent().addClass("open"); });
http://jsfiddle.net/4hGvS/
aこれが JSFiddle で機能するように、タグにいくつかのコンテンツを追加しました。
a