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.
将事件触发器添加到网格时遇到问题。我想当在网格上的任意位置单击鼠标右键时弹出菜单,问题是当我单击网格中存在堆栈面板的某个位置时,例如菜单不弹出。有任何想法吗?
我想将一个变量传递给框架,但我得到了当前页面。
代码:
function redirect(e){ $('#frame').show(); document.getElementById('frame').contentWindow.document.location.href = "page.php?var="+X;