gpt4 book ai didi

javascript - 如何替换 jQuery Mobile 中已弃用的函数 - updateHash

转载 作者:行者123 更新时间:2023-11-30 13:28:07 25 4
gpt4 key购买 nike

我尝试从 jQuery Mobile Beta 2 更新到 rc1。

Chrome 给我以下错误:

Uncaught TypeError: Object # has no method 'updateHash'

我像这样使用 changeHash:

$.mobile.changePage(page);
$.mobile.updateHash(page, true);

这个功能似乎从Beta 3开始就被移除了,哪个功能可以替代它的功能?

最佳答案

现在这是方法 $.mobile.changePage() 的参数:

changeHash (boolean, default: true) Decides if the hash in the location bar should be updated.

因此您的代码应更新为:

$.mobile.changePage(page, { changeHash: true });

来源:http://jquerymobile.com/demos/1.0rc1/docs/api/methods.html

关于javascript - 如何替换 jQuery Mobile 中已弃用的函数 - updateHash,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7787289/

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