【发布时间】:2013-07-12 12:58:41
【问题描述】:
我有一个网站,您可以使用此 jquery 指定页面上应显示的项目:
$('.container h1 a').click(function () {
$('.container').not($(this).parents()).hide();
$(this).css({'text-decoration' : 'none',
'cursor' : 'default'
});
});
但是当我刷新页面时,发生的 jquery 函数被删除了
【问题讨论】:
标签: javascript jquery refresh