工具提示不适用于所有地方

发布于 2024-11-13 07:37:13 字数 577 浏览 3 评论 0原文

好吧,

我已经搜索了 2 个多小时,现在问题是什么,但我就是找不到它。 我想在您将鼠标悬停在“vacatures”上时创建一个工具提示。

在这里它起作用了: http://www.horecavacaturebank.nl/vacature-type/full-time/

而这里却没有: http://www.horecavacaturebank.nl/

我做了什么: 我复制了 theme-scripts.js 中的 js 部分来创建一个创建工具提示的新选择器。

然后在我的 PHP 文件(在“全职”页面和主页上输出)中,我更改了 LI 项目的标题标签。

我认为这应该是一些“目录”问题,因为“全职”是一个更深的目录,但我不能确定。

我希望我能正确解释自己...... 我做错了什么? 任何帮助将不胜感激。

Ok,

I am searching for over 2 hours now what the problem is but i simply cannot find it.
I want to create a tooltip once you hover the "vacatures".

Here it works:
http://www.horecavacaturebank.nl/vacature-type/full-time/

And here it does not:
http://www.horecavacaturebank.nl/

What i did:
I duplicated the js part in theme-scripts.js to make a new selector that creates the tooltip.

Then in my PHP-file (which outputs both on the "fulltime"page and the homepage) i changed the title tag of the LI item.

I think it should be some "directory"-issue since "fulltime" is a deeper directory, but i cant be sure.

I hope that i explained myself right...
What am i doing wrong?
Any help would be greatly appreciated.

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

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

发布评论

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

评论(2

浅浅 2024-11-20 07:37:13

可能是这一行导致它不起作用:

jQuery('.tag-input-commas').tag({separator: ','});

它在工具提示不起作用的页面上生成此错误:

theme-scripts.js:18Uncaught TypeError:
对象 # 没有方法“标签”

您应该启动 Firebug(在 Firefox 中)或开发人员工具(在 Chrome 中)并修复所有 .js 相关错误,这样您很可能就能解决它。

Might be this line, that causes it to not work:

jQuery('.tag-input-commas').tag({separator: ','});

It generates this error on the page where the tooltip doesn't work:

theme-scripts.js:18Uncaught TypeError:
Object # has no method 'tag'

You should fire up Firebug (in Firefox) or Developer Tools (in Chrome) and fix all the .js related errors, and by doing so, you will most likely solve it.

邮友 2024-11-20 07:37:13

在“第二”页上,带有 qtip 类的 div 完全丢失。

on the "second" page the divs with the qtip-class are completely missing.

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