function SetValue(timevalue) {
            var id = timevalue.id;
            alert($('label[for='+id+']').text());
        }

///////////////////////////////////////////////////////////////////////////////

            <td>
                <asp:RadioButton ID="rbtn1" runat="server" Text="07:30" GroupName="ReserveTime" onclick="SetValue(this);" />
            </td>
            <td>
                <asp:RadioButton ID="rbtn2" runat="server" Text="07:40" GroupName="ReserveTime" onclick="SetValue(this);" />
            </td>

相关文章:

  • 2022-12-23
  • 2022-01-20
  • 2022-01-18
  • 2021-11-06
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
猜你喜欢
  • 2021-09-21
  • 2021-08-05
  • 2021-06-30
  • 2021-11-08
  • 2021-12-18
  • 2021-12-23
  • 2021-05-31
相关资源
相似解决方案