gpt4 book ai didi

jquery - 如何在 jQuery 中选择 data-id 和 data-action

转载 作者:行者123 更新时间:2023-12-03 22:01:00 24 4
gpt4 key购买 nike

这是此问题的后续内容:Using javascript:function syntax versus jQuery selector to make Ajax calls

我如何选择这个片段?

<div data-id="54" data-action="follow-global-id" class="add-to-list">here is my answer</div>

我有下面的 id 值并尝试了这个

 $('.add-to-list[data-action|="action-follow-global-id"][data-id|=id]').text('here is the things jtjt in the id value');

但没有骰子。需要将它们组合在一起。

感谢帮助

最佳答案

没有测试,但应该可以:

var id = 54;
$('.add-to-list[data-action=follow-global-id][data-id='+id+']').text('something');

关于jquery - 如何在 jQuery 中选择 data-id 和 data-action,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7278854/

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