Hi folks, I need some help debugging the accordion on Safari 2. Neither the old standalone plugin nor the UI version work as intended. I'm lacking the necessary development enviroment to debug anything. A demo for the UI accordion is here: http://dev.jquery.com/view/trunk/plugins/ui/demos/ui.accordion.html The source for the plugin here: http://dev.jquery.com/view/trunk/plugins/ui/ui.accordion.js What I could observer (via browsercam): The old version initialiazes correctly (hides parts of the accordion), but is unable to change state. From what I saw, it simply removes the activate part and displays nothing instead. The UI version doesn't even initialize. The console displays two errors on the UI version, both doesn't make much sense to me: SyntaxError - Parse error - http://dev.jquery.com/view/trunk/src/event.js - Line 434 TypeError - Value undefined (result of expression this.bind) is not object. - http://dev.jquery.com/view/trunk/plugins/ui/demos/ui.accordion.html - Line 4 Any help, even a hint, is much appreciated. Regards Jörn