gpt4 book ai didi

javascript - Bootstrap jquery。如何获取导航名称

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

当我使用 jquery 或 javascript 单击它时,我需要获取 Bootstrap 导航的名称。就是这样,这是一个简单的问题。

最佳答案

我不确定你所说的 name 是什么意思,但请尝试以下代码:

$('.navbar-nav').on('click', 'a', function(){
$(this).text(); //To get the display text
$(this).attr('name'); //if you mean attribute name
});

希望这对您有所帮助。

关于javascript - Bootstrap jquery。如何获取导航名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34112030/

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