を押すと表示されるこのjQuery
スクリプトがあります。#rightbox-content
#friends
すでにアクティブになっている場合、どうすれば「元に戻す」ことができますか?
たとえば、をクリックしてからもう一度クリックすると、非表示になり#friends
ます。#friends
#rightbox-content
私のコード:
$("#friends").click(function () {
$("#rightbox-content").fadeIn(250);
});