[jQuery] Superfish: Leave sub <ul> menu visible when a tag class is set as active

[jQuery] Superfish: Leave sub <ul> menu visible when a tag class is set as active


Hello,
I'm using superfish for a drop down hover menu. It works perfect
except I would like the sub menus to remain visible when one of the
<a> tag from the menu has class="active".
Here is a quick overview of the menu html:
<ul class="primary-links">
<li>
<a href="main">item parent 1</a>
<ul>
<li><a href="page2">item child</a></li>
</ul>
</li>
</ul>
If the current page is main -- class='active' is automatically added
to the A tag (with Drupal). If you are currently in page2, the
class='active' is added to the A tag of the sub-menu.
Now, how can I get the sub menu to be always displayed -- regardless
of superfish, either when item parent 1 A tag is set as class='active'
of the item child A tag is set as class='active'.
If you can direct me toward what I'd need to achieve this, it would be
great!
Thanks so much for your help!