gpt4 book ai didi

jquery - 使用 Jquery 隐藏 DIV 在 Safari (iOS) 中不起作用

转载 作者:行者123 更新时间:2023-11-29 00:17:38 25 4
gpt4 key购买 nike

我编写了一个相当基本的脚本,可以在文档就绪时隐藏 HTML 表单上的各个字段。这在我的台式机和 Kindle 上运行得很好,但是当使用 Safari 在 iPad 上试用它时,没有任何元素被隐藏。

$(document).ready(function()
{
//Hide the editable field DIVs
$("#form_location_edit").hide();
$("#form_bin_no_edit").hide();
$("#form_area_edit").hide();
$("#form_quantity_edit").hide();
$("#form_denomination_edit").hide();
$("#form_comments_edit").hide();
$("#form_responsible_edit").hide();
}

我做错了什么?

最佳答案

某些版本的 Safari 不支持 hide() 函数。您可以使用 CSS + addClass() 函数代替它。

参见:Hide and show function not working in Safari

关于jquery - 使用 Jquery 隐藏 DIV 在 Safari (iOS) 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44904076/

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