How to get rid of jquery accordion "Default:first child"?
- by Pandiya Chendur
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...