<asp:RadioButton ID="myButton" Text="Option" GroupName="group" runat="server" />
为什么在这种情况下 javascript 函数调用$find('<%= myButton.ClientID %>')
return null
?我需要检测/更改客户端 javascript 中的值。$find()
应该是Sys.Application.findComponent()
.
更新:ID 没有问题,我在 chrome 控制台中尝试了 $find() 并使用真实渲染的 id 并且仍然为空。我想获得 Ajax 控件,而不是 DOM 元素。