TypeError: $("#mainpanel li a.subpanel_toggle, .chatbox a.chatboxhead").live is not a function drupalchat/js/drupalchat.js Line 249

I get the above when I investigate in firebug.

for others who might search:
the way it manifested for me was that the node/add/site page on my install using aegir hostmaster was not functioning properly.
I disabled drupalchat all was fine
then I went into firebug and saw the above error

Comments

darklrd’s picture

This error usually comes if jquery_update module has not been installed. Thanks.

socialnicheguru’s picture

it was. on drupal 6 what version of jquery is needed?

darklrd’s picture

I guess it should be atleast 1.3.2

darklrd’s picture

Status: Active » Postponed (maintainer needs more info)
darklrd’s picture

Status: Postponed (maintainer needs more info) » Fixed

Please re-open, if this is still an issue. Thanks.

socialnicheguru’s picture

Version: 6.x-2.0-beta11 » 6.x-2.0-beta13
Status: Fixed » Active

jquery ui 1.7
jquery_update 1.3.2

TypeError: $("#mainpanel li a.subpanel_toggle, .chatbox a.chatboxhead").live is not a function
[Break On This Error]

$("#mainpanel li a.subpanel_toggle, .chatbox a.chatboxhead").live('click', function() { //If clicked on the first link of #chatpanel...

drupalchat.js?Q (line 249

socialnicheguru’s picture

Title: Drupalchat causing strange js loading issues. » Jquery_update causing strange js loading issues.
Project: DrupalChat » jQuery Update
Version: 6.x-2.0-beta13 » 6.x-2.x-dev

Changing title and project.
I tried just jquery_update which is required by Drupalchat.

It is the jquery_update module that is causing issues
I tried both 1.3 and 1.7

markhalliwell’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 reached EOL (end-of-life) on February 24, 2016.