i have some jquery thats expanding/collapsing on click. i would like the first item to be expanded by default but im having trouble with the jquery. i’ve tried a few different angles to no avail. any help would be much appreciated!
i have some jquery thats expanding/collapsing on click. i would like the first item
Share
You can keep the first item expanded by default with the following line
What it does is selects the
first liand then select theulwithin thatliandshowthat.First Child Selector
Working Fiddle