Hi all,

Just joined this new forum.

My accordion is working great, but I need to STOP the hover on the
selected item.

Example, when I select BATH & BODY, I want the hover stop for that
particular section:


<div class="subcat">bath &amp; body</div>


I'm using the following ACCORDION script:

$(function() {
  $("#accordion").accordion({
    autoHeight: true,
    header: '.subcat'
  });


LINK: www.naturalskin.com

On the left side of the web page.


Thank you.

Erik

Reply via email to