Joomla jQuery('hasTooltip')。tooltip()错误

时间:2015-04-17 16:28:26

标签: jquery twitter-bootstrap joomla

Link

获取jQuery('.hasTooltip').tooltip()未定义错误。我在发布之前进行了搜索,并在发布之前尝试了以下内容

  1. 嵌入式最新bootstrap.min.js
  2. 在顶部插入JHtml::_('jquery.framework');
  3. 尝试在文档加载时删除hasTooltip。
  4. 但我仍然没有这样做。

    Image

    在Chrome控制台中还显示另外2个错误...即使在搜索了很多之后也没有得到确切的问题。任何建议/帮助将不胜感激。

2 个答案:

答案 0 :(得分:0)

你有额外的括号 - > });

jQuery('#maximenuck148').DropdownMaxiMenu({
    fxtransition : 'jswing',dureeIn : 0,dureeOut : 500,menuID : 'maximenuck148',testoverflow : '0',orientation : 'vertical',behavior : 'mouseover',opentype : 'slide',fxdirection : 'normal',directionoffset1 : '30',directionoffset2 : '30',showactivesubitems : '0',ismobile : 0,menuposition : '0',effecttype : 'dropdown',fxduration : 500
    });

请将其删除并将此代码放入文档就绪事件

答案 1 :(得分:0)

你没有这门课的任何元素。看:

enter image description here

因此,$(" .hasTooltip")返回 undefined ,您无法将任何函数分配给 undefined


我相信插件只会在我们之前出错时才会导致错误。 所以..让我们看到第一条消息错误:

enter image description here

删除这个额外的"< script>"并等待看到新的结果。