gpt4 book ai didi

在 Firefox 20.0 中加载 svg 文件时,jQuery TypeError : a. 样式未定义

转载 作者:行者123 更新时间:2023-12-01 04:14:44 25 4
gpt4 key购买 nike

我使用 SVG 文件。 SVG 文件具有 xlink-ed jQuery。

在 Firefox 20.0 中打开 svg 文件时出现错误

TypeError: a.style is undefined

如果我在 Firefox 19 及更早版本中打开 svg 文件,不会出现错误。

有什么想法为什么带有 svg 的 jQuery 在 FF20.0 中不起作用?

我的 SVG 演示文件

<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">

<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="467" height="462">

<rect x="80" y="60" width="250" height="250" rx="20"
style="fill:#ff0000; stroke:#000000;stroke-width:2px;" />

<rect x="140" y="120" width="250" height="250" rx="40"
style="fill:#0000ff; stroke:#000000; stroke-width:2px;
fill-opacity:0.7;" />

<script
xlink:href="http://code.jquery.com/jquery-1.9.1.js"
id="script10"
type="text/javascript" />
</svg>

最佳答案

这基本上是由于 jQuery 假设它在 HTML 文档中运行。请参阅http://bugs.jquery.com/ticket/13754

关于在 Firefox 20.0 中加载 svg 文件时,jQuery TypeError : a. 样式未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15861770/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com