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