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
Comment #1
Coornail commentedI 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.
Comment #2
aaron commentedAh, 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...
Comment #3
aaron commented