[jQuery] Re: Superfish 1.4.8 w/ Supposition

2009-07-06 Thread Joel Birch

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  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,


[jQuery] Re: Superfish 1.4.8 w/ Supposition

2009-07-06 Thread Ryo INOUE

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,


[jQuery] Re: Superfish 1.4.8 w/ Supposition

2009-05-13 Thread Clint T

I'd also like to add a vote for a Supposition update. I'm currently
using 1.4.8 with hoverIntent, bgiframe, and supersubs and would really
really really like to use the Supposition plugin as well. I'll keep my
fingers crossed that Joel or Jesse is still monitoring the forum and
can make this happen.


[jQuery] Re: Superfish 1.4.8 w/ Supposition

2009-05-12 Thread Steve W

Just wanted to throw my hat in the ring about this issue, Supposition
is an awesome enhancement to Superfish and it would be great to be
able to use it in the latest version. I've reverted back to 1.4.1 for
now after trying unsuccessfully for about an hour to figure out where
the disconnect is in the newer version.

On Apr 27, 8:54 am, Ty Wangsness  wrote:
> On Apr 4, 2009, at 7:29 PM, ayu...@gmail.com wrote:
>
>
>
> > I'm using 1.4.8 with Supersubs...great plugin! One issue I'm running
> > into is getting Supposition to run with it- am getting this JS error:
>
> > $.superfishis undefined (line 57) (Mac 10.5 w/ FF 3)
>
> > This works fine withSuperfish1.4.1, of course. I've tried it with
> > Supersubs turnedoffwith the same result. It appears as though the
> >superfishobject is not being passed and I'm at a loss as to how to
> > pass it in.
>
> > Thanks...
>
> I'm in the same boat here. We recently changed our nav such that we  
> have asubmenuon the far rightsideof thepageand I'd like to use  
> this plugin to get the menu to stay on the screen.  Any way to get it  
> to work?
>
> $("ul.sf-menu").supersubs({minWidth: 12, maxWidth: 27, extraWidth:  
> 1}).superfish().supposition();
>
> Safari shows the error as "Undefined value supposition.js (line 57)"
>
> Thanks,
> -Ty


[jQuery] Re: Superfish 1.4.8 w/ Supposition

2009-04-27 Thread Ty Wangsness


On Apr 4, 2009, at 7:29 PM, ayu...@gmail.com wrote:



I'm using 1.4.8 with Supersubs...great plugin! One issue I'm running
into is getting Supposition to run with it- am getting this JS error:

$.superfish is undefined (line 57) (Mac 10.5 w/ FF 3)

This works fine with Superfish 1.4.1, of course. I've tried it with
Supersubs turned off with the same result. It appears as though the
superfish object is not being passed and I'm at a loss as to how to
pass it in.

Thanks...


I'm in the same boat here. We recently changed our nav such that we  
have a submenu on the far right side of the page and I'd like to use  
this plugin to get the menu to stay on the screen.  Any way to get it  
to work?


$("ul.sf-menu").supersubs({minWidth: 12, maxWidth: 27, extraWidth:  
1}).superfish().supposition();


Safari shows the error as "Undefined value supposition.js (line 57)"

Thanks,
-Ty