gpt4 book ai didi

jquery 选择器在 IE 中不起作用

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

我的页面上有以下代码,它在 FF 中有效,但在 IE 中无效。我没有任何权限来更改这行 html 代码(例如添加 id 到更好的目标)。难道是因为没有声明 DOC 类型而不起作用?

<td align="LEFT"  width="12%" bgcolor="#EEEEEE"><b>Code</b></td>

<script type="text/javascript" language="javascript">
$(document).ready(function(){
$('td[width="12%"][align="LEFT"] b').hide();
});
</script>

最佳答案

尝试更改文本的大小写:

$('td[width="12%"][align="left"] b').hide();

请参阅此处的实际操作:http://jsfiddle.net/mschultheiss/Xjwv7/

关于jquery 选择器在 IE 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3959726/

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