gpt4 book ai didi

jquery 异国情调 id 选择

转载 作者:行者123 更新时间:2023-12-01 02:46:41 24 4
gpt4 key购买 nike

有谁知道如何使用 jeury 选择此表单的 id 1329456738.1053,name

非工作示例:http://jsfiddle.net/zep6Y/

<div id="1329456738.1053,name">Some text</div>
<a href="#" class="publish_post" id="1329456738.1053">aaa</a>
$('#1329456738.1053,name').text()

最佳答案

刚刚检查,有效:

$('.publish_post').click (function(){                        
alert (this.id);
alert ($('#1329456738\\.1053\\,name').text());
})

关于jquery 异国情调 id 选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9692660/

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