作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
Apply A-6ren">
这个$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/
我是一名优秀的程序员,十分优秀!