Hi Guy,
I am using the Jquery Accordion plugin.
I would like to when the page is loaded open a certain panel.
I am trying to this like so, by identifying it by ID:
selected = $("#1")
$('ul.accordiontasks').accordion( {
autoHeight: false,
active: selected
});
This does not seem to activate the accordion panel with the ID 1, can anyone see what I am doing wrong and maybe point me in the right direction?
Cheers
Eef