I figured that the dxmpp.js needs jquery 1.3 (since .live() function is only from 1.3), so I installed jquery_update-2.x-dev.

I got an error:

elem is undefined at jquery.js:1279
var id = elem[ expando ]; 

It works with anything else except dxmpp.js.

I will dig deeper, and try to find out what's the cause.

Comments

Coornail’s picture

I think the error is that the anonymous function gets called with 'load.tabs'.

I'm still looking in it to find out the cause, but I suspect that it's a jquery_ui bug.

Or maybe I used the wrong version of the modules. It would be nice to have some guidelines with that.

aaron’s picture

Component: Code » Documentation
Category: bug » task
Status: Active » Needs work

Ah, thanks for catching that. So yes, we need both jquery_update-2.x-dev w/ jquery 1.3.2, and the jQuery UI 1.7.2 library for jquery_ui. i'll update the project page...

aaron’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -jQuery

Automatically closed -- issue fixed for 2 weeks with no activity.