Apply A-6ren">
gpt4 book ai didi

javascript - 拉拉维尔 : How to get anchor tag value in variable and use this variable in the input field?

转载 作者:行者123 更新时间:2023-11-28 03:56:17 25 4
gpt4 key购买 nike

这个$emp->id给了我一个准确的id,所以这不是问题,我只是得到id={{$emp->id }} 从此?请帮助。

<a href="{{'/employee'}}?id={{$emp->id}}" type="button" name="u_id" > Apply Attribute </a>

单击“应用”按钮后,使用该值,它总是返回第一个用户 ID,或者如果我在 foreach 循环之外使用它,它将给我第二个用户 ID,所以如果我们在单击 href 时得到并想要将此 id 值存储在变量中并在值中使用它?那么请帮我从 anchor 标记中获取值?如果你解决这个问题我很高兴。提前感谢开发人员。

<form action="{{'/rating'}}" method="post">
{{csrf_field()}}

<input type="hidden" name="user_id" value="{{$emp->id}}" />

<input type="submit" style="margin-bottom: 10px;" class="btn btn-success pull-right" name="apply" value="Apply"/>

</form>

最佳答案

你为什么要拉动{{'/employee'}}?

@foreach($employ as $emp)
<tr>
<td>{{$emp->name}}</td>
<td>
<a href="/employee?id={{$emp->id}}" type="button" name="u_id"class="btn btn-primary" data-toggle="modal" data-target="#myModal">
Apply Attribute
</a>
</td>
@endforeach

关于javascript - 拉拉维尔 : How to get anchor tag value in variable and use this variable in the input field?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47517010/

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