gpt4 book ai didi

javascript - 如何使用 Jquery 从 anchor 标记中获取文本

转载 作者:行者123 更新时间:2023-11-30 08:54:04 26 4
gpt4 key购买 nike

下面是我的 anchor 标签.......

<display:setProperty name="paging.banner.full" value='<p><span id="hix-pagination"><span> <a id="id1" class="prev" href="{1}">&#9668;&#9668;</a>

我使用 jquery 尝试了以下但没有得到任何积极的结果......

alert($('#id1').text());
alert($('#id1').html());
alert($('#id1').val());

最佳答案

您有正确的选择器,如果您成功包含 jQuery 那么您可能需要 document.ready还要检查你是否从 DOM 中获取 html

Live Demo

$(function(){
alert($('#id1').html());
});

关于javascript - 如何使用 Jquery 从 anchor 标记中获取文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15243790/

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