0

以下在以前的项目中运行良好,但在当前项目中却不是。还有另一种通过 URL 加载覆盖的方法吗?

例子:

www.url.com/terms 和覆盖下降。

    url = window.location.href;

        if (url.indexOf('terms') == url.length -5)
            {
                overlay.fadeIn(400, function(){
                    box.fadeIn(t500);
                });
            }
4

0 回答 0