Check

not(this)

| | コメント(0) | トラックバック(0)
$('a').click(function () {
    $('a').not(this).remove();
});
//よく考えたらthisと比較できるってすごいかも。

トラックバック(0)

このブログ記事を参照しているブログ一覧: not(this)

このブログ記事に対するトラックバックURL: http://0-9.sakura.ne.jp/mt/mt-tb.cgi/434

コメントする