本文介绍了禁用页面标题和徽标超链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何禁用页面标题和徽标超链接?
SharePoint工程师 - Mike
How can I disable the Page Title and logo hyperlink?
SharePoint Engineer - Mike
推荐答案
你可以使用jQuery。将变量设置为具有页面标题类的文档元素,然后删除href属性,如上文所述。
You can use jQuery. Set a variable as the document element with the class for the page title and then remove the href attribute as in the article above.
这篇关于禁用页面标题和徽标超链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!