【发布时间】:2013-04-15 17:24:44
【问题描述】:
我在 jqgrid 中使用选择下拉菜单。当服务调用成功时,我需要交换选择下拉列表 ID。 我需要这样做::
document.getElementById(lastRowId+"_selectId") = document.getElementById(actualId+"_selectId")
但我收到错误警报,例如 :: Left side of assignment is not a reference 任何人都可以为此提供解决方案。
【问题讨论】:
-
这是您要找的吗?
标签: javascript html drop-down-menu jqgrid