I have a menu on a site I am working that by default uses superfish.
However, the client would like to have a button that users can click
that would change the menu to an accordion; without reloading the
page. I assume I need to first remove superfish. Right now, the menu
works great with superfish, it works great when I only have the
accordion enabled, and I can switch from accordion to superfish with
no problems....
SO, my question is, How can I reset an element that I have applied
superfish too? The accordion i just run $
('ul.subCategory').accordion("disable") but superfish does not seam
to have a disable function.