Not sure if I'm asking this correctly, so let me explain.
I've got the Accordian script working fine, but I don't want my first
item to be opened (showing hidden info) when my page loads. I want
all
my links hidden info to be closed from the get go, and then only open
when they're clicked.
Does that make sense? I just need to know what part of the jquery
script I need to change in order to make this happen.

its answer is

$("#accordion").accordion({
        collapsible: true,
        active: false
});

But i dont know where can i insert this code. ?
-- 
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to