On Sun, Feb 28, 2010 at 12:00 AM, Erik wrote:
> { $(this).removeClass("ui-state-active"); }
No, don't do that - that'll screw up the accordion, I expect. I mean
something in the css like:
.ui-state-active:hover {
background-color: inherit; /* or "none" or some specific color */
}
Nathan
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 wrote:
> On Fri, Feb 26, 2010 a
in your accordion setup
$("#accordion").accordion({
autoHeight: false
});
On Wed, Jun 3, 2009 at 6:49 PM, gaurav wrote:
>
> Hello Guys,
>
> I have applied the jquery accordian on this site:-
>
> http://renegadehealth.com/blog/
>
> If you see on the right hand side wh
3 matches
Mail list logo