gpt4 book ai didi

jquery - 如何使用 jQuery 获取 Bootsramp btn-group 的值

转载 作者:行者123 更新时间:2023-12-01 02:22:05 25 4
gpt4 key购买 nike

您好,您能帮我弄清楚如何使用 jQuery 获取 Bootsramp 中所选 btn-group 的值吗?

这是一个Demo这是 class="btn-group"data-toggle="buttons-radio"的代码:

<div class="btn-group" data-toggle="buttons-radio">
<button type="button" class="btn btn-primary">Left</button>
<button type="button" class="btn btn-primary">Middle</button>
<button type="button" class="btn btn-primary">Right</button>
</div>

最佳答案

您可以通过text()来做到这一点

$('.btn-group .btn').on("click",function(){

alert($(this).text())
})

<子><子><子>jsFiddle

关于jquery - 如何使用 jQuery 获取 Bootsramp btn-group 的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13835168/

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