jQuery 历史记录插件错误:$.history 未定义

发布于 2024-09-13 19:05:48 字数 497 浏览 6 评论 0 原文

我不完全是一个新手,但我一生都无法弄清楚为什么如此简单的东西不起作用。

尝试运行此 jQuery 插件时,我收到错误 $.history is undefined...

http://www.mikage.to/jquery/jquery_history.html

这是我的页面...

http://hupcapstudios.com/includeTest/getit.php

谁能告诉我我错过了什么?

编辑: (顺便说一句。在 Mac 上使用 FF 3.5 并在错误控制台中读取错误)

I'm not exactly a novice, but I can't for the life of me figure out why something so simple isn't working.

I'm getting an error $.history is undefined when trying to run this jQuery plugin...

http://www.mikage.to/jquery/jquery_history.html

here is my page...

http://hupcapstudios.com/includeTest/getit.php

can anyone tell me what I'm missing?

EDIT:
(BTW. Using FF 3.5 on Mac and reading the error in Error Console)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

仙女山的月亮 2024-09-20 19:05:48

您的问题似乎在于滥用历史记录插件。如果您阅读了页面中包含的文件的源代码,将会看到它根本没有定义 history 成员。

我认为您正在寻找 $.historyInit 而不是 $.history.init

Your problem seems to be in the misuse of the history plugin. If you read the source of the file you've included in your page you'll see it simply doesn't define a history member.

I think you're looking for $.historyInit instead of $.history.init

一束光,穿透我孤独的魂 2024-09-20 19:05:48

$.history.init() 格式来自较新版本的插件,可在此处找到:http://github.com/tkyk/jquery-history-plugin

你只需要更新你的 jquery.history.js :)

The $.history.init() format is from the newer version of the plugin, found here: http://github.com/tkyk/jquery-history-plugin

You just need to update your jquery.history.js :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文