Would you like me to show you how to create your very own jquery plug in ?

usually when i get a request for a menu system at work. the design and
animation on it would be custom and I would make my own plug in with
parameters or extend one of my existing plugins :)



On Tue, Jun 2, 2009 at 9:43 PM, gerbert <gerb...@gmail.com> wrote:

>
> Thanks waseem,
>
> I'm not sure what superdrop is, but mine is a slightly modified
> version of the superfish "nav-bar style" located here:
>
> http://users.tpg.com.au/j_birch/plugins/superfish/#examples
>
> I will try to implement your code. The hard part is going to be
> putting it in the right place. These plugins are great, but have a lot
> of existing javascript that's confusing for a beginner like myself.
>
> Cheers!
>
> On Jun 2, 12:23 pm, waseem sabjee <waseemsab...@gmail.com> wrote:
> > Isn't this a "Superdrop" style menu ?
> >
> > ahh anyway in order to achieve that you would need to have a specific
> class
> > for those that don't have drop downs.
> >
> > then for the hove event
> >
> > var theclass  $(this).attr("class");
> >
> > if(theclass != "nosub") {
> > $("lower").show();
> >
> > } else {
> > $("lower").hide();
> > }
> > On Tue, Jun 2, 2009 at 9:15 PM, gerbert <gerb...@gmail.com> wrote:
> >
> > > On the Superfish Horizontal Nav-bar there is one issue I am having:
> > > when a user hovers over a button that doesn't have a subnav, it
> > > doesn't clear out the "current" subnav menu...I think it would be
> > > better usability-wise to clear out the links so the subnav is empty
> > > when a parent link has no sub-menu.
> > >  It's confusing (for example) when you rollover "Home" in a navigation
> > > bar and the subnav for "Products/Services" is still showing.
> >
> > > Here is an example of the behaviour I am talking about:
> >
> > >http://www.rad-dudes.com/menu/x.html
> >
> > > Thanks for any help,
> > > Justin
>

Reply via email to