要素h4
がクリックされると、したいのです.toggle()
が、または.mChatBodyFix
$.cookie
yes
no
$('.cat h4').not('.mChatOpts span').click(function(){
$('.mChatBodyFix').toggle();
$.cookie('chat', 'yes', {expires:1});
});
要素h4
がクリックされると、したいのです.toggle()
が、または.mChatBodyFix
$.cookie
yes
no
$('.cat h4').not('.mChatOpts span').click(function(){
$('.mChatBodyFix').toggle();
$.cookie('chat', 'yes', {expires:1});
});