gpt4 book ai didi

javascript - $get ('0' 的含义)?

转载 作者:行者123 更新时间:2023-11-28 18:31:03 24 4
gpt4 key购买 nike

我刚刚从旧版本升级到 jQuery 1.12。我正在检查代码,尝试解决重大更改。

以下代码中发生了这样的更改:

$(document).ready(function() {
Sys.Application.add_unload(applciationUnloadHandler);
function applciationUnloadHandler() {
var contactDropDown = $get('0');
createCookie('NewProgram_ContactID_Cookie', contactDropDown.value, null);
}
});

此代码失败,因为 $get('0') 返回 null

但是我真的不明白这是要做什么。我没有在任何地方看到 $get() 定义。通过查看后面的代码,我可以看到 '0' 参数代表联系人 ID,但我看不到代码应该做什么。

最佳答案

$getSys.UI.DomElement.getElementById

的快捷函数

The $get method provides a shortcut to the getElementById method of the Sys.UI.DomElement class.

Reference

关于javascript - $get ('0' 的含义)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38003218/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com