Thanks nathan...

Where would I place this in this?

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


  { $(this).removeClass("ui-state-active"); }

Is this the correct format?

Erik



On Feb 26, 3:56 pm, Nathan Klatt <n8kl...@gmail.com> wrote:
> On Fri, Feb 26, 2010 at 3:12 PM, Erik <eriks...@mac.com> wrote:
> > My accordion is working great, but I need to STOP the hover on the
> > selected item.
>
> You should be able to deactivate the hover for .ui-state-active elements.
>
> Nathan

Reply via email to