')
setTimeout(function() {
jQuery('.otherlink-bg').addClass('in');
jQuery('.otherlink-pop').addClass('in');
}, 300)
jQuery('.otherlink-pop a.closeBtn').click(function() {
jQuery('.otherlink-bg').removeClass('in')
jQuery('.otherlink-pop').removeClass('in');
setTimeout(function() {
jQuery('.otherlink-bg').remove();
jQuery('.otherlink-pop').remove();
}, 300)
})
jQuery('.otherlink-pop a.toOtherLink').click(function() {
jQuery('.otherlink-bg').hide();
jQuery('.otherlink-pop').hide();
})
}
}
}
}
})
});
网站地图