jQuery History Plugin错误:$ .history未定义

时间:2010-08-05 18:46:46

标签: jquery ajax history

我不是一个新手,但我不能为我的生活弄清楚为什么这么简单的东西不起作用。

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

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

这是我的页面......

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

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

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

2 个答案:

答案 0 :(得分:3)

您的问题似乎是滥用历史插件。如果您阅读了页面中包含的the source文件,则会看到它只是没有定义history成员。

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

答案 1 :(得分:2)

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

您只需要更新jquery.history.js:)