gpt4 book ai didi

javascript - jquery填写div的内容

转载 作者:行者123 更新时间:2023-11-28 15:41:05 27 4
gpt4 key购买 nike

我有以下代码:

<div class=“phpversion”></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>

<script>
$(document).ready(function() {
$.ajax({
url:"/core/components/seo/templates/default/functions/generic/php-version.php",
success:function(result){
$( "div.phpversion” ).html(result);
}
});
});
</script>

目的是将得到的结果填入class为phpversion的div中。

当我使用“alert(result);”时而不是“$( "div.phpversion” ).html(result);”,带有预期值的弹出框会在页面加载时显示。

你能帮忙吗:)?

最佳答案

这是因为您使用了错误的双引号。您使用的是“符号而不是”符号(在您的代码段中出现了 3 次)

关于javascript - jquery填写div的内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43436067/

27 4 0
文章推荐: html - CSS 动画条纹不起作用
文章推荐: javascript - 隐藏
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com