本文介绍了通过jquery添加元标记?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我需要在页面的head部分添加这个元标记,因为我需要强制IE7的页面。

I need to add this meta-tag in the head section of the page as i need the page to force IE7.

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

我使用DNN 5.6

I am using DNN 5.6

如何我可以这样做吗?

推荐答案

$('head')。append('< meta http -equiv =X-UA-Compatiblecontent =IE = EmulateIE7/>
');

虽然我不确定它是否会产生影响,因为它会在页面加载后生成

Though I'm not certain it will have an affect as it will be generated after the page is loaded

- 编辑 -

发现于

这可能允许其他元标签,如果你很幸运

This may allow other meta tags, if you're lucky

- 编辑2 -

-- edit 2 --

找到

这篇关于通过jquery添加元标记?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-08 04:26