标签: javascript jquery internet-explorer browser internet-explorer-11
除了IE 11之外,我可以在所有浏览器上使用此功能。
$(".someClass p").each(function() { if(/Trident.*rv:/.test(navigator.userAgent)) $(this).replaceWith('<h3>' + this.innerHTML + '</h3>'); });
这会在控制台上显示以下错误:
SCRIPT1014无效字符