jquery: history.back(1) issue

前端 未结 3 1151
时光取名叫无心
时光取名叫无心 2021-02-13 19:09

I have an issue with jquery and history.back(): I got a link:

Link back

I cant use something like

3条回答
  •  我在风中等你
    2021-02-13 19:24

    I'd try:

    javascript: history.back(1)
    

    otherwise using:

    javascript: history.go(1)
    

    the browser will stay where it is. That's not really what was initially requested, is it?

提交回复
热议问题