【发布时间】:2014-01-21 06:00:21
【问题描述】:
我正在使用 Icenium Graphite 开发应用程序。
在某一时刻,我正在显示使用具有编辑按钮的 Kendo Grid 的人员列表。 使用此编辑按钮,用户可以编辑该特定记录。 当用户单击编辑按钮时,该记录以另一种形式打开。 用户保存编辑的记录并返回显示网格的同一页面。 导航回我正在使用的网格页面 window.location.href = "index.html#tabstrip-login";
但在这种情况下它不起作用。
请让我知道出了什么问题。
【问题讨论】:
-
你想要
window.history.back()developer.mozilla.org/en-US/docs/Web/API/Window.history 如果你只想要url,window.location.href没有括号
标签: jquery html kendo-ui kendo-grid icenium