阅读背景:

在jQuery中更改哈希而不重新加载

来源:互联网 

I have the following code:

我有以下代码:

$('ul.questions li a').click(function(event) {
    $('.tab').hide();
    $($(this).attr('href')).fadeIn('slow');
    event.preventDefault();
    window.location.hash = $(this).attr('href');
});
$('ul.qu



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: