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 <[email protected]> wrote:
> On Fri, Feb 26, 2010 at 3:12 PM, Erik <[email protected]> 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