jqueryを使用anchor
してサイドaでタグを見つける必要があります。<asp:ListView>
サンプルコードを以下に示します。
<asp:ListView ID="lstview" runat="server">
<ItemTemplate>
<tr>
<td class="col-item-actions">
<a id="aShare" runat="server" href="#modal-share" class="button button-small modal-trigger">Share</a>
</td>
</tr>
</ItemTemplate>
</asp:ListView>
タグを見つけて、jquery を使用anchor
して動的に変更する必要があります。href
これを解決するために私を助けてください。
ありがとう。