gpt4 book ai didi

jQuery 显示下一个父 div

转载 作者:行者123 更新时间:2023-12-03 22:56:53 24 4
gpt4 key购买 nike

我有以下 HTML 标记:

<div id="step1" class="step">
<h1>Enter code</h1>
<p><input type="text" value="<%= @groupCode %>" name="group_code" class="span3" />
<a class="btn btn-primary btn-medium">
Next &raquo;
</a>
</p>
</div>
<div id="step2" class="step" style="display: none">
<p>Hello World</p>
</div>

单击链接 (.btn) 后,我需要显示下一个父 div (#step2)。我将其设计为注册过程,因此将有多个父div(全部以step{:id}命名)

非常感谢任何帮助!

最佳答案

你应该能够使用类似的东西:

//This should access the parent (step1), then the next element (step2)
$(this).parent().next()

关于jQuery 显示下一个父 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10178868/

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