如果标题 = 则 jQuery 关闭窗口
如果页面标题与我请求的相同,我想关闭浏览器窗口。
我有一个为这家公司构建的 CRM,他们使用 vicidial 我需要做的是关闭弹出窗口,我已经将页面标题更改为
公司名称 - vicidial
如果已设置该标题,我想关闭该窗口
I am wanting to close a browser window if the page title is the same as I am requesting.
I have a CRM I built for this company and they use vicidial what I need to do is close the popup window which i have already changed the title of the page to
companyname - vicidial
I want to close that window if that title has been set
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过
document.title
获取标题所以:
you can get title by
document.title
so: