Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
下面的语句不能做。
$find("<%=RadButtonStackoveflow.ClientID%>").visible(false);
但是有什么方法可以让 JavaScript 中的 Radbutton 看起来是假的?
试试这个:
var radButton = $find("<%= RadButtonStackoveflow.ClientID %>"); radButton.set_visible(false);