UI.DomElement $get 方法。提供了一个Sys.UI.DomElement类中getElementById方法的快捷访问方式。// Add handler using the getElementById method$addHandler(Sys.UI.DomElement.getElementById("Button1"), "click", toggleCssClassMethod);// Add handler using the shortcut to the getElementById method$addHandler($get("Button2"), "click", removeCssClassMethod);[导入]Ms Ajax Lib-> $get 方法
文章来源:http://blog.csdn.net/chsword/archive/2007/03/02/1519542.aspx

相关文章:

  • 2021-06-18
  • 2022-12-23
  • 2021-10-31
  • 2021-05-19
  • 2022-12-23
  • 2021-09-24
  • 2021-07-05
猜你喜欢
  • 2021-10-19
  • 2022-01-24
  • 2021-12-20
相关资源
相似解决方案