ai didi

javascript - 我如何在 $(var).*** var ="#tag",html jquery 中发送 var

转载 作者:行者123 更新时间:2023-11-28 04:52:53 24 4
gpt4 key购买 nike

我需要将信息发送到我的 Html。例如

<script>
$(document).ready(function() {

var = "'#"+result.tag+"'" // var = '#tag_dinamy'

// then i need append to my html

$(var).append("<h1> Good </h1>")

};
</script>

<p id="tag_dinamy"> </p>

我不需要这个。

$('#tag_dinamy').append("<h1> Good </h1>") //y need pass in a $(var) 

谢谢

最佳答案

你应该这样做:$('#'+ result.tag)

关于javascript - 我如何在 $(var).*** var ="#tag",html jquery 中发送 var,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42770196/

24 4 0
文章推荐: jquery - 在 jQuery 中切换 2 个类的最简单方法
文章推荐: javascript - Chrome 不采用新的 CSS 和 Javascript 编程
文章推荐: CSS Bootstrap 子主题 drupal 8
文章推荐: javascript - 如何让指针事件在 iOS 中工作
行者123
个人简介

我是一名优秀的程序员,十分优秀!

滴滴打车优惠券免费领取
滴滴打车优惠券
全站热门文章
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com