gpt4 book ai didi

javascript - JQuery div 标签在 FireFox 中有子标签,但在 Chrome 中没有

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:46:09 24 4
gpt4 key购买 nike

<分区>

我正在使用 JQuery ajax 从 url 加载图像,显示它们,然后在每个图像顶部放置一个按钮。

该代码在 firefox 中有效,但在 chrome 中,应该包含所有子项的 div 父“照片”(从 url 接收到的每个图像的一个子 div“照片”)为 0。

我已经尝试了 read()load(),但似乎没有任何效果。如果我在 Chrome 控制台中运行 alert($('#photos').children().size()); 它会返回 child 。但在执行时它返回 0。有什么想法吗?

$(window).load(function ()        
{
$("p").text("The DOM is now loaded and can be manipulated.");

//returns 0 in chrome, but 10 in firefox
alert($('#photos').children().size());

$('#photos').children().each(function()
{
//do stuff

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