gpt4 book ai didi

javascript - jQuery 事件不适用于 id

转载 作者:行者123 更新时间:2023-11-30 16:29:57 24 4
gpt4 key购买 nike

<分区>

我有一个网页,它有带有 id 的 html 内容。我在 onclick 上调用一个函数。如果我正在对静态内容进行更改,一切似乎都有效,但是当我尝试使用我的动态内容调用任何 jQuery 函数(如 html、append 等)时,它就不起作用了。

据我所知,这是因为 Dom 没有更新新内容。所以我想知道如何在加载动态数据后更新 dom。

下面的演示代码..

jQuery( document ).ready(function($) {
var width=$( window ).width();
if(width <= 768){
$('#extraslidercontent').html("<div class='container html_mb' style='background-color:#f29a1f;width:100%;max-width: 100%;'><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-3291'><div class='entry-content-wrapper clearfix'>\
"+$('#testtt2').html()+"</div></div></div></div><div class='container css_mb' style='width:100%;max-width: 100%;'><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-3291'><div class='entry-content-wrapper clearfix'>\
"+$('#testtt3').html()+"</div></div></div></div><div class='container wp_mb' style='background-color:#493c59;width:100%;max-width: 100%;'><div class='template-page content av-content-full alpha units'><div class='post-entry post-entry-type-page post-entry-3291'><div class='entry-content-wrapper clearfix'>\
"+$('#testtt1').html()+"</div></div></div></div>");
updte();
}

将数据加载到 testtt2 id 后,我正在尝试使用其内容中的 id。

如果我遗漏了任何需要解释的内容,请告诉我。

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