</div>
</div>
</ItemTemplate>
</asp:Repeater>
<div id="divObj" class="g1111" style="position: absolute;display:none; z-index:9999;">
<%-- <asp:Literal ID="Literal_write" runat="server"></asp:Literal>--%>
</div>
以上伪代码,
怎么获取repeater中行的值,达到点击每行的图像,把对应隐藏的数据显示到弹出层上
------解决方案--------------------试一试:
$(this).next().val();
------解决方案--------------------
点击的当前对象 的下一个标签的 值