从 javascript 确定 SharePoint 上的行 ID
使用 Sharepoint DFWP,我在表单上放置了一个按钮(ThumbsUp - Like)。当用户单击此按钮时,它会将“赞”计数器加 1 以记录。我将使用 jquery 来更新行...
我的问题是当我单击按钮时如何获取 rowID。
提前致谢!
Using Sharepoint DFWP, I have put a button on the form (ThumbsUp -- Like). When a user clicks this button, it will add 1 to a Like's counter for the record. I will be using jquery to update the row...
My question is how do I get the rowID when I click the button.
Thanks in Advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在处理程序中:
或者
或者如果“id”指的是它的索引,请执行以下操作:
In the handler:
or
or if by "id" you meant its index, do this: