pardon my amateurishness, but i can't quite grasp the consequences of that fact for solving my issue. the makeMenubar function is indeed being called inside of $(el).each(), but i don't really know why the plugins would drop out of jQuery as a result of this scoping problem. i must be so brash as to request a more verbose explanation if such can be provided.
thanks --adam On Feb 1, 2:57 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > var mb3 = $(this); > On that line, the this is referring to the scope of the function which is > not inside of an $.each(..) or $.fn.foo(..) > > ~Sean