Jump to content

Expand first menu category and free shipping...


Recommended Posts

  • 1 year later...

I have modified because the "+" compare before the subcategories was already expanded (only on first load).

Now the first branch ie correctly expanded with "-" before


$('ul.tree > li > ul').each( function() {
               toggleBranch($(this));
               $('ul.tree > li > span.grower.CLOSE').addClass('OPEN').removeClass('CLOSE');
       });



8)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...