gpt4 book ai didi

jquery - 对于 jQuery 来说有 `removeID` 就像 `removeClass`

转载 作者:行者123 更新时间:2023-12-03 22:43:46 25 4
gpt4 key购买 nike

如何通过 jQuery 删除属性 id

jQuery('a.no_flag_question').live('click', function(){
jQuery.post('/codes/handlers/no_flag_question.php',
{ question_id: jQuery(this).attr('rel') });
$(".question_box").removeClass("yellow"); // problem here
alert ("Question is now not spam.");
});

此代码应删除以下黄色属性

<div id="yellow" class="question_box">

但是,这不起作用。原因很可能是函数removeClass。我显然使用了错误的函数,因为我想使用 ID。

最佳答案

$('.question_box').removeAttr('id')

更多信息请访问 http://docs.jquery.com/Attributes/removeAttr

关于jquery - 对于 jQuery 来说有 `removeID` 就像 `removeClass`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1317603/

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