I'm sorry, I just found this thread. Ryo has found the correct solution. I overlooked that Supposition hooked into $.superfish. Sorry for the inconvenience, folks!
Joel Birch. On Jul 6, 8:14 pm, Ryo INOUE <rin...@gmail.com> wrote: > In the changelog.txt for Superfish it is said that in 1.4.2: > attach everything to jQuery.fn.superfish to clean up > jQuery > namespace > > So I made the following changes in supposition.js v0.2 and it seems to > work fine with Superfish 1.4.8 and Supersubs: > > line 57: > var o = $.superfish.o[this.serial]; /* get this > menu's options */ > var o = $.fn.superfish.o[this.serial]; /* get this > menu's options > */ > > line 64: > $.extend($.superfish.o[this.serial],{ > $.extend($.fn.superfish.o[this.serial],{ > > Cheers,