How to get rid of jquery accordion "Default:first child"?

Posted by Pandiya Chendur on Stack Overflow See other posts from Stack Overflow or by Pandiya Chendur
Published on 2010-04-09T10:02:43Z Indexed on 2010/04/09 10:13 UTC
Read the original article Hit count: 296

Filed under:
|
|
|

By default first child is shown always in jquery accordion .... How to get rid of active default value which is active on document.ready function such that none of the child shows up......

I am using

$(document).ready(function() {
       $(".selector").accordion({ active: \\ how to set active none here });
});

Any suggestion...

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about accordion