以下项目在之前的项目中运作良好,但是在目前的项目中没有。是否有另一种通过URL加载叠加层的方法?
实施例
www.url.com/terms和overlay下降。
url = window.location.href;
if (url.indexOf('terms') == url.length -5)
{
overlay.fadeIn(400, function(){
box.fadeIn(t500);
});
}