我有一个站点,您可以使用此 jquery 指定页面上应显示的项目:
$('.container h1 a').click(function () {
$('.container').not($(this).parents()).hide();
$(this).css({'text-decoration' : 'none',
'cursor' : 'default'
});
});
但是当我刷新页面时,发生的 jquery 函数被删除